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