mermaid.js:ステートマシン図
ステートマシン図
-
state machine diagram
mermaid.js:ステート図
code:sm.mermaid
graph TB
Idle((Idle)) --> |Condition A| StateA
Idle --> |Condition B| StateB
StateA(StateA) --> StateC
StateC --> StateB
StateB --> TurnAround
TurnAround(TurnAround) --> Idle
#mermaid.js