CHSM
4.4.1
|
CHSM::machine::const_iterator | This is an iterator in "STL style" to iterate over the (direct child) states a machine has |
CHSM::parent::const_iterator | This is an iterator in "STL style" to iterate over the child states of a parent state |
CHSM::event | The occurrence of an event ("broadcast") is that which causes transitions in a machine |
CHSM::parent::iterator | This is an iterator in "STL style" to iterate over the child states of a parent state |
CHSM::machine | A machine contains an entire Concurrent, Hierarchical, Finite State machine |
CHSM::state | A state is the simplest kind of state in a machine: it has no child states |
CHSM::parent | A parent is-an abstract state that has child states |
CHSM::cluster | A cluster is-a CHSM::parent that can have at most one child-state active at any given time |
CHSM::set | A set is-a CHSM::parent that has either all or no child-states active |
CHSM::transition | A transition is a simple struct containing information for a transition from one state to another in a machine |