Interface | Description |
---|---|
IStateFactory<K,E> |
Interface to access state factories
|
Class | Description |
---|---|
ObjectState<K,E> |
Base class for all states implementing a state machine
|
StateFactory<K,E> |
Generic factory class for state machine pattern
|
StateTransition<K,E> |
Represents a transition from one state of a state machine to another
|