|
Hexagon
|
Serves as a base class for creating transition factories that generate transitions between states in a state machine with specified parameters. Helps providing a fluent pipeline interface for defining transitions. More...
Public Member Functions | |
| virtual TFactory | To (params TStateEnum[] toStates) |
| TransitionGroup | If (Transition.ConditionDelegate? condition=null) |
Serves as a base class for creating transition factories that generate transitions between states in a state machine with specified parameters. Helps providing a fluent pipeline interface for defining transitions.
| TFactory | : | AbstractTransitionFactory | |
| TFactory | : | TFactory | |
| TFactory | : | TStateEnum | |
| TStateEnum | : | Enum |
|
abstract |
|
inlinevirtual |