generated at
オブジェクト図
クラスオブジェクト関係、およびその相互の関係を示す


object.uml
@startuml header some header footer some footer title My title caption This is caption legend The legend end legend object user { name = "Dummy" id = 123 } @enduml

object02.uml
@startuml object “College of Computer Science : OrgUnit” as CCS { building = “Grace Hopper Hall” } object “Computer Science : OrgUni” as CS { building = “Grace Hopper Hall” } object “CS Research Unit : OrgUnit” as CSRU { building = “Bruce Lee Memorial Center” } object “VR Lab : OrgUnit” as VRL { building = “Innovation Center” } CCS -- CS : parent CCS -- CSRU : parent CSRU -- VRL : parent @enduml