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/docs/dev/uml/objects_appointment.puml

14 lines
194 B
Text
Raw Normal View History

2023-08-15 20:31:04 +00:00
@startuml
object Guest
object Repairer
object Organizer
object Device
object Appointment
Appointment -- Organizer
Appointment o-- Device
Appointment o-- Repairer
Appointment o-- Guest
@enduml