|
MIRA
|
An parallel state - all child states are active in parallel. More...
#include <sm/TransitionTarget.h>

Public Member Functions | |
| ParallelState (TransitionTargetPtr p, uint32 sid) | |
Public Attributes | |
| TransitionTargetPtr | parent |
| The parent state. More... | |
| uint32 | sortID |
| An increasing id used for sorting states noting the order of the states found in the document. More... | |
| std::string | id |
| The name of the state (manually given or auto generated) More... | |
| std::vector< XMLDom::iterator > | onEntry |
| Executable content executed when the state is entered. More... | |
| std::vector< XMLDom::iterator > | onExit |
| Executable content executed when the state is exited. More... | |
| std::map< std::string, std::string > | dataModel |
| The data model for this state. More... | |
| TransitionTargetList | children |
| The direct children of this state. More... | |
| HistoryStateList | history |
| The history children of this state. More... | |
| TransitionTargetList | final |
| The final children of this state. More... | |
| TransitionTargetPtr | initial |
| The initial child of this state. More... | |
| TransitionList | transitions |
| The transitions of this state. More... | |
| bool | firstEntry |
| Flag that is reset when the state is entered for the first time. More... | |
An parallel state - all child states are active in parallel.
|
inline |
|
inherited |
The parent state.
|
inherited |
An increasing id used for sorting states noting the order of the states found in the document.
|
inherited |
The name of the state (manually given or auto generated)
|
inherited |
Executable content executed when the state is entered.
|
inherited |
Executable content executed when the state is exited.
|
inherited |
The data model for this state.
|
inherited |
The direct children of this state.
|
inherited |
The history children of this state.
|
inherited |
The final children of this state.
|
inherited |
The initial child of this state.
|
inherited |
The transitions of this state.
|
inherited |
Flag that is reset when the state is entered for the first time.
1.8.14