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