Generate two-dimensional transition table as:
./packages/transpiler/table
and render it using
How it looks like 👇
| Current State |
Event1 |
Event2 [guard] |
Event2 |
— |
| initial |
— |
— |
— |
State1 / entry, activity |
| State1 / activity, exit |
State2 / entry, action, activity |
State1 / entry, activity |
finish |
— |
| State2 / activity |
— |
— |
— |
finish / action |
The table above is called Two-dimensional state tables with some modification to suits Statecharts format.
Resources
Generate two-dimensional transition table as:
./packages/transpiler/tableand render it using
./packages/cliHow it looks like 👇
The table above is called Two-dimensional state tables with some modification to suits Statecharts format.
Resources