RoleObjectPattern

Last edit October 5, 2014
Adapt an object to different client’s needs through transparently attached role objects, each one representing a role the object has to play in that client’s context. The object manages its role set dynamically. By representing roles as individual objects, different contexts are kept separate and system configuration is simplified.

See See RoleObject

CategoryPattern CategoryStructuralPatterns