PlantUML:コンポーネント図
コンポーネント図(component diagram)
PlantUML:component diagram
PlantUML
コンポーネント図の構文と機能
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:コンポーネント図/component.uml#.svg
code:component.uml
@startuml
header some header
footer some footer
title My title
caption This is caption
legend
The legend
end legend
node n
(u) -> c
@enduml
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:コンポーネント図/component02.uml#.svg
code:component02.uml
@startuml
component inventory.java as in
component customer.java as cu
component order.java as or
in .. or
cu .. or
@enduml