PlantUMLでパターン図を描く
パターン図の例_

- example.puml(テキストファイル)
@startuml{example.png} title パッケージ図の例 package パッケージ名 as package1 end package package パッケージ名 as package2 { class "クラス1" class "クラス2" class "クラス3" } package1 ..> package2 : 依存関係 note as Notice PlantUMLでは見出し(各パッケージの左上部分)が空の図は描けない。 また、パッケージとクラス間にリンクを描けない。 end note @enduml