This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/dev/uml/objects_other.puml

19 lines
No EOL
334 B
Text

@startuml
object Guest
object Organizer
object Repairer
object Device
object Appointment
object Repair_Cafe
Repair_Cafe *-- "happens during" Appointment
Repair_Cafe -- "organizes" Organizer
Repair_Cafe -- "attends" Repairer
Repair_Cafe -- "visits" Guest
Repair_Cafe -- "is fixed" Device
Guest -- Organizer
Guest o-- Device
@enduml