Skip to content

Instantly share code, notes, and snippets.

@dai0304
Last active March 16, 2018 03:52
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 dai0304/2b2b76dbbcbd07df52522c8c5efcbd72 to your computer and use it in GitHub Desktop.
Save dai0304/2b2b76dbbcbd07df52522c8c5efcbd72 to your computer and use it in GitHub Desktop.

lang = uml

@startuml
アリス -> ボブ: Authentication Request
ボブ --> アリス: Authentication Response
 
アリス -> ボブ: Another authentication Request
アリス <-- ボブ: another authentication Response
@enduml

lang = puml

@startuml
User -> (Start)
User --> (Use the application) : A small label

:Main Admin: ---> (Use the application) : This is\nyet another\nlabel
@enduml

lang = plantuml

@startuml
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment