|
const char * | className () const |
|
int | evalCondition () const |
|
int | evalEventExpression () const |
|
void | execAction () const |
|
FSMState * | getAncestorState () const |
|
int | getEntryType () const |
|
const char * | getEventExpression () const |
|
Kernel::String | getIdentifier () const |
|
FSMState * | getSourceState () const |
|
FSMBasicState * | getTargetState () const |
|
int | isA (const char *) const |
|
int | isPreemptive () const |
|
int | isSynchronous () const |
|
void | setAction (PtrToAction pAction) |
|
void | setCondition (PtrToCondition pCondition) |
|
void | setSourceState (FSMState *pState) |
|
void | setTargetState (FSMBasicState *pState) |
|
FSMTransition & | setTransition (const char *pName, const char *pEventExpression, FSMState *pSourceState, FSMBasicState *pTargetState, int pPreemptive, int pEntryType) |
|
void | setup () |
|
const char * | className () const |
|
virtual void | cleanup () |
|
Tcl_Interp * | getInterpreter () const |
|
Kernel::String | getLogName () const |
|
FSMStar * | getStar () const |
|
void | handleException (const Kernel::String &pActionType, const Kernel::String &pMessage) const |
|
void | handleWarningException (const Kernel::String &pActionType, const Kernel::String &pMessage) const |
|
virtual void | initialize () |
|
int | isA (const char *) const |
|
void | setInteractiveSimParams (const Kernel::String &pTextAnimEntity, const Kernel::String &pTextAnimAction) const |
|
void | setInterpreter (Tcl_Interp *pInterpreter) |
|
void | setStar (FSMStar *pStar) |
|
virtual void | wrapup () |
|