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

Implementation of the OrderVisitor class as used in the Visitor Pattern. More...

Go to the source code of this file.

Classes

class  OrderVisitor
 A visitor used for ordering items from various shops. 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_ordervisitor
 

Detailed Description

Implementation of the OrderVisitor class as used in the Visitor Pattern.

Definition in file visitor_ordervisitor.py.