| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

PlantUML

提供: MyMemoWiki
ナビゲーションに移動 検索に移動

| UML | Visual Studio Code |

Mac

$ brew install graphviz

シーケンス図

Plantuml vc.png

  • tcp.pu
  • option + d でプレビュー
@startuml
title TCP コネクション確立
クライアント -> サーバ: 1.SYN
サーバ --> クライアント: 2.SYN/ACk
クライアント -> サーバ: 1.ACK
@enduml

Plantuml sequence.png