Skip to content

Instantly share code, notes, and snippets.

@kusa-mochi
Last active May 23, 2021 12:00
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 kusa-mochi/76201966b94391cacf57943bec1f3133 to your computer and use it in GitHub Desktop.
Save kusa-mochi/76201966b94391cacf57943bec1f3133 to your computer and use it in GitHub Desktop.
@startuml 米炊き
actor 太郎
box キッチン
participant 米びつ
participant 水道
participant 炊飯器
end box
太郎 -> 米びつ : お米を計量する
米びつ --> 太郎 : お米
alt 無洗米ではない場合
太郎 -> 水道 : お米を研ぐ
水道 --> 太郎 : 研がれたお米
end
太郎 -> 炊飯器 : 炊飯器にお米をセット
太郎 -> 炊飯器 : 炊飯器のスイッチON
炊飯器 -> 炊飯器 : 炊飯
太郎 -> 炊飯器 : 茶碗にご飯をよそう
太郎 -> 太郎 : いただきます♪
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment