Files | |
file | mediator/__init__.py [code] |
Python implementation of the Mediator Pattern example. | |
file | mediator_class.py [code] |
Implementation of the UserGroupsContainer and UserGroupMediator function as used in the Mediator Pattern. | |
file | mediator_exercise.py [code] |
Implementation of the Mediator_Exercise() function as used in the Mediator Pattern. | |
file | mediator_group_classes.py [code] |
Implementation of the Group and GroupList classes as used in the Mediator Pattern. | |
file | mediator_user_classes.py [code] |
Implementation of the User and UserList classes as used in the Mediator Pattern. | |