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

Implementation of the User and UserList classes as used in the Mediator Pattern. More...

Go to the source code of this file.

Classes

class  User
 Represents a user with a name. More...
 
class  UserList
 Represents a list of users. 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_user_classes
 

Detailed Description

Implementation of the User and UserList classes as used in the Mediator Pattern.

Definition in file mediator_user_classes.py.