This commit is contained in:
alejeune 2022-11-17 09:49:02 +01:00
commit c1edf99622
4 changed files with 19 additions and 0 deletions

19
DD.uml Normal file
View file

@ -0,0 +1,19 @@
@startuml
node userAgent{
component DatabaseManager{
}
}
actor User
node IdDataBase{
component IdManager{
}
}
IdManager <-> DatabaseManager
DatabaseManager - User
@enduml

BIN
out/DClass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
out/DComposite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
out/DD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB