|
| CompoundAction (Action *a1, Action *a2, short op) |
|
void | setOperator (short op) |
|
short | getOperator () |
|
vector< Action * > * | getActions () |
|
void | addAction (Action *action) |
|
void | removeAction (Action *action) |
|
vector< Role * > * | getRoles () |
|
string | toString () |
|
bool | instanceOf (string type) |
|
| Action (string newDelay) |
|
string | getDelay () |
|
void | setDelay (string dur) |
|
|
static const short | OP_PAR = 0 |
|
static const short | OP_SEQ = 1 |
|
static const short | OP_EXCL = 2 |
|
|
vector< Action * > * | actions |
|
short | myOperator |
|
set< string > | typeSet |
|
The documentation for this class was generated from the following files:
- ncl30/include/ncl/connectors/CompoundAction.h
- ncl30/src/connectors/CompoundAction.cpp