Created
July 23, 2017 01:43
-
-
Save kkeisuke/0768da3bbe08d0982ba7d737845d42b4 to your computer and use it in GitHub Desktop.
シーケンス図を書き始めるためのテンプレート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
A -> B: step1 | |
activate B | |
B -> C: step2 | |
activate C | |
C --> C: action | |
C -> B: step3 | |
deactivate C | |
B -> A: step4 | |
deactivate B | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment