「PlantUML」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「| UML | ==PlantUML==」) |
(→シーケンス図) |
||
(同じ利用者による、間の3版が非表示) | |||
1行目: | 1行目: | ||
− | | [[UML]] | | + | | [[UML]] | [[Visual Studio Code]] | |
− | == | + | |
+ | ====[[Mac]]==== | ||
+ | *[[Visual Studio Code]] にインストール | ||
+ | *[[Java SE|Java]]のインストール | ||
+ | <pre> | ||
+ | $ brew install graphviz | ||
+ | </pre> | ||
+ | ====シーケンス図==== | ||
+ | [[File:plantuml_vc.png | 600px]] | ||
+ | *tcp.pu | ||
+ | *option + d でプレビュー | ||
+ | <pre> | ||
+ | @startuml | ||
+ | title TCP コネクション確立 | ||
+ | クライアント -> サーバ: 1.SYN | ||
+ | サーバ --> クライアント: 2.SYN/ACk | ||
+ | クライアント -> サーバ: 1.ACK | ||
+ | @enduml | ||
+ | </pre> | ||
+ | [[File:plantuml_sequence.png | 200px]] |
2022年3月23日 (水) 13:25時点における最新版
| UML | Visual Studio Code |
Mac
- Visual Studio Code にインストール
- Javaのインストール
$ brew install graphviz
シーケンス図
- tcp.pu
- option + d でプレビュー
@startuml title TCP コネクション確立 クライアント -> サーバ: 1.SYN サーバ --> クライアント: 2.SYN/ACk クライアント -> サーバ: 1.ACK @enduml
© 2006 矢木浩人