#1113 Link uml-reverse-mapper created class diagrams to readme, where needed

This commit is contained in:
Ilkka Seppälä
2019-12-07 20:01:13 +02:00
parent 0685a505d3
commit b09b100614
161 changed files with 246 additions and 64 deletions

View File

@ -18,6 +18,9 @@ Adapt an object to different clients needs through transparently attached rol
the object has to play in that clients context. The object manages its role set dynamically. By representing roles as
individual objects, different contexts are kept separate and system configuration is simplified.
## Class diagram
![alt text](./etc/role-object.urm.png "Role Object pattern class diagram")
## Applicability
Use the Role Object pattern, if:
- you want to handle a key abstraction in different contexts and you do not want to put the resulting context specific interfaces into the same class interface.

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB