Skip to content

Instantly share code, notes, and snippets.

@kkeisuke
Created August 6, 2017 08:49
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kkeisuke/5e5776c7c4959e14d2e440e6a55e7153 to your computer and use it in GitHub Desktop.
PlantUML Editor ユースケース図
@startuml
title PlantUML Editor ユースケース図
left to right direction
actor User as u
(UMLを描く) as (edit)
(保存済み UMLを選択する) as (select)
(テンプレート選択) as (template)
(UMLをダウンロードする) as (download)
(UMLを保存する) as (save)
(シェアする) as (share)
u --> (select)
(select) --> (edit)
u --> (template)
(template) --> (edit)
(edit) --> (save)
(edit) --> (download)
(edit) --> (share)
note bottom of (template)
新規作成時は
テンプレートから選ぶ
end note
note bottom of (select)
以前作成したものから
作成する場合
end note
note bottom of (share)
Gist に投稿する
end note
note bottom of (download)
Excel などに添付
end note
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment