rad
3.0.0
|
Public Member Functions | |
def | __init__ (self, theId, theType) |
def | __str__ (self) |
def | __lt__ (self, other) |
def | __eq__ (self, other) |
def | __hash__ (self, *args, **kwargs) |
def | getId (self) |
def | getAbsoluteId (self) |
def | getType (self) |
def | getParent (self) |
def | getHistory (self) |
def | getEntryActions (self) |
def | getExitActions (self) |
def | getInitialTrans (self) |
def | getInitialState (self) |
def | getSubstates (self) |
def | getTransitions (self) |
def | getActivities (self) |
def | getProperAncestors (self, upperBoundState) |
def | setId (self, theId) |
def | setAbsoluteId (self, theAbsId) |
def | setParent (self, theParent) |
def | setIsInitial (self, isInitial) |
def | setIsFinal (self, isFinal) |
def | setHistory (self, history) |
def | setInitialState (self, initialState, theAction) |
def | setFinalState (self, finalState) |
def | setSubstates (self, substates) |
def | setTransitions (self, transitions) |
def | setActivities (self, activities) |
def | isInitial (self) |
def | isFinal (self) |
def | isCompound (self) |
def | isParallel (self) |
def | isAtomic (self) |
def | isHistory (self) |
def | isDescendantFrom (self, parent) |
def | countParents (self) |
def | resolveAbsoluteId (self) |
def | addEntryAction (self, a) |
def | addExitAction (self, a) |
def | addActivity (self, activity) |
def | startActivities (self) |
def | cancelActivities (self) |
def | addSubstate (self, s) |
def | addTransition (self, target, event, action, condition=None) |
def | copy (self, regionNo, clonedParentState, clonedState, statesMap, actionMap, activityMap) |
def | __init__ (self, theId, theType) |
def | __str__ (self) |
def | __lt__ (self, other) |
def | __eq__ (self, other) |
def | __hash__ (self, *args, **kwargs) |
def | getId (self) |
def | getAbsoluteId (self) |
def | getType (self) |
def | getParent (self) |
def | getHistory (self) |
def | getEntryActions (self) |
def | getExitActions (self) |
def | getInitialTrans (self) |
def | getInitialState (self) |
def | getSubstates (self) |
def | getTransitions (self) |
def | getActivities (self) |
def | getProperAncestors (self, upperBoundState) |
def | setId (self, theId) |
def | setAbsoluteId (self, theAbsId) |
def | setParent (self, theParent) |
def | setIsInitial (self, isInitial) |
def | setIsFinal (self, isFinal) |
def | setHistory (self, history) |
def | setInitialState (self, initialState, theAction) |
def | setFinalState (self, finalState) |
def | setSubstates (self, substates) |
def | setTransitions (self, transitions) |
def | setActivities (self, activities) |
def | isInitial (self) |
def | isFinal (self) |
def | isCompound (self) |
def | isParallel (self) |
def | isAtomic (self) |
def | isHistory (self) |
def | isDescendantFrom (self, parent) |
def | countParents (self) |
def | resolveAbsoluteId (self) |
def | addEntryAction (self, a) |
def | addExitAction (self, a) |
def | addActivity (self, activity) |
def | startActivities (self) |
def | cancelActivities (self) |
def | addSubstate (self, s) |
def | addTransition (self, target, event, action, condition=None) |
def | copy (self, regionNo, clonedParentState, clonedState, statesMap, actionMap, activityMap) |
Static Public Member Functions | |
def | getSeparator () |
def | getSeparator () |
Public Attributes | |
mId | |
mAbsId | |
mType | |
mParent | |
mSubstates | |
mHistory | |
mTransitions | |
mOnEntry | |
mOnExit | |
mActivities | |
mInitialTrans | |
mIsInitial | |
mIsFinal | |
def scxml4py.state.State.__init__ | ( | self, | |
theId, | |||
theType | |||
) |
Reimplemented in scxml4py.state.StateHistory, and scxml4py.state.StateHistory.
def scxml4py.state.State.__init__ | ( | self, | |
theId, | |||
theType | |||
) |
Reimplemented in scxml4py.state.StateHistory, and scxml4py.state.StateHistory.
def scxml4py.state.State.__eq__ | ( | self, | |
other | |||
) |
def scxml4py.state.State.__eq__ | ( | self, | |
other | |||
) |
def scxml4py.state.State.__hash__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def scxml4py.state.State.__hash__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def scxml4py.state.State.__lt__ | ( | self, | |
other | |||
) |
def scxml4py.state.State.__lt__ | ( | self, | |
other | |||
) |
def scxml4py.state.State.__str__ | ( | self | ) |
Reimplemented in scxml4py.state.StateParallel, scxml4py.state.StateCompound, scxml4py.state.StateParallel, and scxml4py.state.StateCompound.
def scxml4py.state.State.__str__ | ( | self | ) |
Reimplemented in scxml4py.state.StateParallel, scxml4py.state.StateCompound, scxml4py.state.StateParallel, and scxml4py.state.StateCompound.
def scxml4py.state.State.addActivity | ( | self, | |
activity | |||
) |
def scxml4py.state.State.addActivity | ( | self, | |
activity | |||
) |
def scxml4py.state.State.addEntryAction | ( | self, | |
a | |||
) |
def scxml4py.state.State.addEntryAction | ( | self, | |
a | |||
) |
def scxml4py.state.State.addExitAction | ( | self, | |
a | |||
) |
def scxml4py.state.State.addExitAction | ( | self, | |
a | |||
) |
def scxml4py.state.State.addSubstate | ( | self, | |
s | |||
) |
def scxml4py.state.State.addSubstate | ( | self, | |
s | |||
) |
def scxml4py.state.State.addTransition | ( | self, | |
target, | |||
event, | |||
action, | |||
condition = None |
|||
) |
def scxml4py.state.State.addTransition | ( | self, | |
target, | |||
event, | |||
action, | |||
condition = None |
|||
) |
def scxml4py.state.State.cancelActivities | ( | self | ) |
def scxml4py.state.State.cancelActivities | ( | self | ) |
def scxml4py.state.State.copy | ( | self, | |
regionNo, | |||
clonedParentState, | |||
clonedState, | |||
statesMap, | |||
actionMap, | |||
activityMap | |||
) |
def scxml4py.state.State.copy | ( | self, | |
regionNo, | |||
clonedParentState, | |||
clonedState, | |||
statesMap, | |||
actionMap, | |||
activityMap | |||
) |
def scxml4py.state.State.countParents | ( | self | ) |
def scxml4py.state.State.countParents | ( | self | ) |
def scxml4py.state.State.getAbsoluteId | ( | self | ) |
def scxml4py.state.State.getAbsoluteId | ( | self | ) |
def scxml4py.state.State.getActivities | ( | self | ) |
def scxml4py.state.State.getActivities | ( | self | ) |
def scxml4py.state.State.getEntryActions | ( | self | ) |
def scxml4py.state.State.getEntryActions | ( | self | ) |
def scxml4py.state.State.getExitActions | ( | self | ) |
def scxml4py.state.State.getExitActions | ( | self | ) |
def scxml4py.state.State.getHistory | ( | self | ) |
def scxml4py.state.State.getHistory | ( | self | ) |
def scxml4py.state.State.getId | ( | self | ) |
def scxml4py.state.State.getId | ( | self | ) |
def scxml4py.state.State.getInitialState | ( | self | ) |
def scxml4py.state.State.getInitialState | ( | self | ) |
def scxml4py.state.State.getInitialTrans | ( | self | ) |
def scxml4py.state.State.getInitialTrans | ( | self | ) |
def scxml4py.state.State.getParent | ( | self | ) |
def scxml4py.state.State.getParent | ( | self | ) |
def scxml4py.state.State.getProperAncestors | ( | self, | |
upperBoundState | |||
) |
def scxml4py.state.State.getProperAncestors | ( | self, | |
upperBoundState | |||
) |
|
static |
|
static |
def scxml4py.state.State.getSubstates | ( | self | ) |
def scxml4py.state.State.getSubstates | ( | self | ) |
def scxml4py.state.State.getTransitions | ( | self | ) |
def scxml4py.state.State.getTransitions | ( | self | ) |
def scxml4py.state.State.getType | ( | self | ) |
def scxml4py.state.State.getType | ( | self | ) |
def scxml4py.state.State.isAtomic | ( | self | ) |
def scxml4py.state.State.isAtomic | ( | self | ) |
def scxml4py.state.State.isCompound | ( | self | ) |
def scxml4py.state.State.isCompound | ( | self | ) |
def scxml4py.state.State.isDescendantFrom | ( | self, | |
parent | |||
) |
def scxml4py.state.State.isDescendantFrom | ( | self, | |
parent | |||
) |
def scxml4py.state.State.isFinal | ( | self | ) |
def scxml4py.state.State.isFinal | ( | self | ) |
def scxml4py.state.State.isHistory | ( | self | ) |
def scxml4py.state.State.isHistory | ( | self | ) |
def scxml4py.state.State.isInitial | ( | self | ) |
def scxml4py.state.State.isInitial | ( | self | ) |
def scxml4py.state.State.isParallel | ( | self | ) |
def scxml4py.state.State.isParallel | ( | self | ) |
def scxml4py.state.State.resolveAbsoluteId | ( | self | ) |
def scxml4py.state.State.resolveAbsoluteId | ( | self | ) |
def scxml4py.state.State.setAbsoluteId | ( | self, | |
theAbsId | |||
) |
def scxml4py.state.State.setAbsoluteId | ( | self, | |
theAbsId | |||
) |
def scxml4py.state.State.setActivities | ( | self, | |
activities | |||
) |
def scxml4py.state.State.setActivities | ( | self, | |
activities | |||
) |
def scxml4py.state.State.setFinalState | ( | self, | |
finalState | |||
) |
def scxml4py.state.State.setFinalState | ( | self, | |
finalState | |||
) |
def scxml4py.state.State.setHistory | ( | self, | |
history | |||
) |
def scxml4py.state.State.setHistory | ( | self, | |
history | |||
) |
def scxml4py.state.State.setId | ( | self, | |
theId | |||
) |
def scxml4py.state.State.setId | ( | self, | |
theId | |||
) |
def scxml4py.state.State.setInitialState | ( | self, | |
initialState, | |||
theAction | |||
) |
def scxml4py.state.State.setInitialState | ( | self, | |
initialState, | |||
theAction | |||
) |
def scxml4py.state.State.setIsFinal | ( | self, | |
isFinal | |||
) |
def scxml4py.state.State.setIsFinal | ( | self, | |
isFinal | |||
) |
def scxml4py.state.State.setIsInitial | ( | self, | |
isInitial | |||
) |
def scxml4py.state.State.setIsInitial | ( | self, | |
isInitial | |||
) |
def scxml4py.state.State.setParent | ( | self, | |
theParent | |||
) |
def scxml4py.state.State.setParent | ( | self, | |
theParent | |||
) |
def scxml4py.state.State.setSubstates | ( | self, | |
substates | |||
) |
def scxml4py.state.State.setSubstates | ( | self, | |
substates | |||
) |
def scxml4py.state.State.setTransitions | ( | self, | |
transitions | |||
) |
def scxml4py.state.State.setTransitions | ( | self, | |
transitions | |||
) |
def scxml4py.state.State.startActivities | ( | self | ) |
def scxml4py.state.State.startActivities | ( | self | ) |
scxml4py.state.State.mAbsId |
scxml4py.state.State.mActivities |
scxml4py.state.State.mHistory |
scxml4py.state.State.mId |
scxml4py.state.State.mInitialTrans |
scxml4py.state.State.mIsFinal |
scxml4py.state.State.mIsInitial |
scxml4py.state.State.mOnEntry |
scxml4py.state.State.mOnExit |
scxml4py.state.State.mParent |
scxml4py.state.State.mSubstates |
scxml4py.state.State.mTransitions |
scxml4py.state.State.mType |