| Class and Description |
|---|
| CompositeStateBuilder
Builder for composite states.
|
| IEntryExitAction
Callback interface for state entry and exit actions.
|
| IGuard
Callback interface for guards.
|
| IState |
| IStateMachine
Interface for a state machine.
|
| ITransitionAction
Callback interface for transition actions.
|
| StateBuilder
Builder for simple states.
|
| StateMachineException
Generic exception type for all errors related to state machine
operation.
|
| SubStateMachineBuilder
A builder used to create a certain level of a state machine.
|