13 lines
163 B
Text
13 lines
163 B
Text
|
|
@startuml
|
||
|
|
|
||
|
|
object Repairer
|
||
|
|
object Organizer
|
||
|
|
object Device
|
||
|
|
object Comment
|
||
|
|
|
||
|
|
Comment *-- Organizer
|
||
|
|
Comment *-- Repairer
|
||
|
|
Comment *-- Device
|
||
|
|
Comment -- Comment
|
||
|
|
|
||
|
|
@enduml
|