Implementation of the Group and GroupList classes as used in the Mediator Pattern. More...
Go to the source code of this file.
Classes | |
class | Group |
Represents a single group. More... | |
class | GroupList |
Represents a list of Groups. More... | |
Namespaces | |
namespace | DesignPatternExamples_python |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. | |
namespace | DesignPatternExamples_python.mediator |
namespace | DesignPatternExamples_python.mediator.mediator_group_classes |
Implementation of the Group and GroupList classes as used in the Mediator Pattern.
Definition in file mediator_group_classes.py.