ロバストネス図をPC上で描くときにはちと面倒と思っていた。
PlantUMLで描ければいいのにと思っていた。
あった。
http://sourceforge.net/apps/phpbb/plantuml/viewtopic.php?f=1&t=132
サンプルコードは以下のとおり。
@startuml
usecase "some usecase" as UC
actor "some actor" as CO
boundary boundary1
control control1
entity "This is my Entity" as entity1
entity1 --> control1 : test
entity1 --> boundary1 : test2
@enduml
これを変換してみた結果は以下の画像になります。
フォーラムではベータと説明されているが、公式サイトから取得できるrev7948でも動作しました。
0 件のコメント:
コメントを投稿