Dex.StateTransition¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
from_ |
r/w |
the state this edge may start from |
|
func |
r/w |
callback used to execute the edge |
|
to |
r/w |
the state this edge transitions to |
Methods¶
None
Details¶
- class Dex.StateTransition¶
Describes one supported transition edge in a [class`Dex`.StateMachine].