Skip to content

Instantly share code, notes, and snippets.

@k2tzumi
Created October 17, 2017 06:30
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 k2tzumi/cf34e15215df1ba6eaa405568a3d2f72 to your computer and use it in GitHub Desktop.
Save k2tzumi/cf34e15215df1ba6eaa405568a3d2f72 to your computer and use it in GitHub Desktop.
DSLを意識してまとめたシーケンス図
@startuml
title 挨拶のシーケンス
actor Author as "わたし"
actor Reader as "あなた"
group sayHello
Author -> Reader : こんにちは
activate Reader
Reader --> Author : こんにちは
deactivate Reader
end
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment