docs: updates to several patterns

This commit is contained in:
Ilkka Seppälä
2024-05-28 19:46:39 +03:00
parent 4652842c94
commit 584e949714
70 changed files with 347 additions and 479 deletions
-4
View File
@@ -140,10 +140,6 @@ Running the example outputs:
10:22:02.575 [main] INFO com.iluwatar.roleobject.ApplicationRoleObject -- Borrower Johny wants to get some money.
```
## Class diagram
![Role Object](./etc/role-object.urm.png "Role Object pattern class diagram")
## Applicability
* When an object needs to change its behavior dynamically based on its role.