PlantUML:ステートマシン図
ステートマシン図(state machine diagram)
PlantUML:ステート図
PlantUML:state machine diagram
PlantUML
状態遷移図の構文と機能
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:ステートマシン図/state.uml#.svg
code:state.uml
@startuml
header some header
footer some footer
title My title
caption This is caption
legend
The legend
end legend
* --> State1
State1 -> State2
@enduml
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:ステートマシン図/state02.uml#.svg
code:state02.uml
@startuml
hide empty description
* -right-> Wait
Wait -right-> Vault
Vault -down-> *
Vault -up-> Enable
Enable -left-> Unlock
Unlock -down-> Wait
@enduml