オブジェクト図
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/オブジェクト図/object.uml#.svg
code: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
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/オブジェクト図/object02.uml#.svg
code: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