added deployement diagram
This commit is contained in:
parent
8afe52eaf3
commit
de189146c0
2 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/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