Merge branch 'master' of https://git.etud.insa-toulouse.fr/rlacroix/ALEJEUNE-RLACROIX_UML
This commit is contained in:
commit
c1edf99622
4 changed files with 19 additions and 0 deletions
19
DD.uml
Normal file
19
DD.uml
Normal 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
BIN
out/DClass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
out/DComposite.png
Normal file
BIN
out/DComposite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
out/DD.png
Normal file
BIN
out/DD.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in a new issue