Design Pattern Examples
Overview of object-oriented design patterns
visitor_element_classes.py File Reference

Implementation of the various Visitor_XXX shop classes as used in the Visitor Pattern. More...

Go to the source code of this file.

Classes

class  Visitor_Restaurant
 Represent a restaurant shop. More...
 
class  Visitor_Butcher
 Represent a butcher shop. More...
 
class  Visitor_Baker
 Represent a baker shop. More...
 
class  Visitor_VegetableGrocer
 Represent a vegetable grocer. More...
 
class  Visitor_CondimentGrocer
 Represent a condiment grocer. More...
 
class  Visitor_PickleGrocer
 Represent a pickle grocer. More...
 
class  Visitor_Maker
 Represent a maker (of things). More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.visitor
 
namespace  DesignPatternExamples_python.visitor.visitor_element_classes
 

Detailed Description

Implementation of the various Visitor_XXX shop classes as used in the Visitor Pattern.

Definition in file visitor_element_classes.py.