14 lines
194 B
Text
14 lines
194 B
Text
|
|
@startuml
|
||
|
|
|
||
|
|
object Guest
|
||
|
|
object Repairer
|
||
|
|
object Organizer
|
||
|
|
object Device
|
||
|
|
object Appointment
|
||
|
|
|
||
|
|
Appointment -- Organizer
|
||
|
|
Appointment o-- Device
|
||
|
|
Appointment o-- Repairer
|
||
|
|
Appointment o-- Guest
|
||
|
|
|
||
|
|
@enduml
|