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_comment.puml

13 lines
163 B
Text
Raw Normal View History

@startuml
object Repairer
object Organizer
object Device
object Comment
Comment *-- Organizer
Comment *-- Repairer
Comment *-- Device
Comment -- Comment
@enduml