Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Created November 25, 2016 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/07f63395f673bc3f069e23d1216fd6e5 to your computer and use it in GitHub Desktop.
Save chihirokaasan/07f63395f673bc3f069e23d1216fd6e5 to your computer and use it in GitHub Desktop.
sequenceDiagram:alt and loop
%% Sequence diagram code
sequenceDiagram
マイページ->保有データ:問い合わせ
alt is sick
loop データ一覧を表示
保有データ-->>マイページ: データ
     end
else データ0件メッセージ
保有データ-->>マイページ: データはありません
end
@chihirokaasan
Copy link
Author

生成されるシーケンス図
https://goo.gl/CkNZEU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment