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

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
 

Detailed Description

Implementation of the Group and GroupList classes as used in the Mediator Pattern.

Definition in file mediator_group_classes.py.