Implementation of the Visitor_Village class as used in the Visitor Pattern. More...
Go to the source code of this file.
Classes | |
class | Visitor_Village |
Represents a collection of shops that can be visited. 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_village |
Implementation of the Visitor_Village class as used in the Visitor Pattern.
Definition in file visitor_village.py.