SimpleStateMachineT Methods |
The SimpleStateMachineT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddStateHandlers | Adds a state change event. |
![]() ![]() | CheckCanSwitchTo | Verifies if the machine can move into the desired state. |
![]() | RemoveHandlers | Removes a state change event handler. |
![]() | ResetTransitionConstraint | Clears the transitions for the source state if any. |
![]() ![]() | SetTransitionConstraint | Defines a state and the allowed target states for it. |