|
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) |
|
◆ __init__()
def scxml4py.state.State.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theType |
|
) |
| |
◆ __eq__()
def scxml4py.state.State.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
def scxml4py.state.State.__hash__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ __lt__()
def scxml4py.state.State.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __str__()
def scxml4py.state.State.__str__ |
( |
|
self | ) |
|
◆ addActivity()
def scxml4py.state.State.addActivity |
( |
|
self, |
|
|
|
activity |
|
) |
| |
◆ addEntryAction()
def scxml4py.state.State.addEntryAction |
( |
|
self, |
|
|
|
a |
|
) |
| |
◆ addExitAction()
def scxml4py.state.State.addExitAction |
( |
|
self, |
|
|
|
a |
|
) |
| |
◆ addSubstate()
def scxml4py.state.State.addSubstate |
( |
|
self, |
|
|
|
s |
|
) |
| |
◆ addTransition()
def scxml4py.state.State.addTransition |
( |
|
self, |
|
|
|
target, |
|
|
|
event, |
|
|
|
action, |
|
|
|
condition = None |
|
) |
| |
◆ cancelActivities()
def scxml4py.state.State.cancelActivities |
( |
|
self | ) |
|
◆ copy()
def scxml4py.state.State.copy |
( |
|
self, |
|
|
|
regionNo, |
|
|
|
clonedParentState, |
|
|
|
clonedState, |
|
|
|
statesMap, |
|
|
|
actionMap, |
|
|
|
activityMap |
|
) |
| |
◆ countParents()
def scxml4py.state.State.countParents |
( |
|
self | ) |
|
◆ getAbsoluteId()
def scxml4py.state.State.getAbsoluteId |
( |
|
self | ) |
|
◆ getActivities()
def scxml4py.state.State.getActivities |
( |
|
self | ) |
|
◆ getEntryActions()
def scxml4py.state.State.getEntryActions |
( |
|
self | ) |
|
◆ getExitActions()
def scxml4py.state.State.getExitActions |
( |
|
self | ) |
|
◆ getHistory()
def scxml4py.state.State.getHistory |
( |
|
self | ) |
|
◆ getId()
def scxml4py.state.State.getId |
( |
|
self | ) |
|
◆ getInitialState()
def scxml4py.state.State.getInitialState |
( |
|
self | ) |
|
◆ getInitialTrans()
def scxml4py.state.State.getInitialTrans |
( |
|
self | ) |
|
◆ getParent()
def scxml4py.state.State.getParent |
( |
|
self | ) |
|
◆ getProperAncestors()
def scxml4py.state.State.getProperAncestors |
( |
|
self, |
|
|
|
upperBoundState |
|
) |
| |
◆ getSeparator()
def scxml4py.state.State.getSeparator |
( |
| ) |
|
|
static |
◆ getSubstates()
def scxml4py.state.State.getSubstates |
( |
|
self | ) |
|
◆ getTransitions()
def scxml4py.state.State.getTransitions |
( |
|
self | ) |
|
◆ getType()
def scxml4py.state.State.getType |
( |
|
self | ) |
|
◆ isAtomic()
def scxml4py.state.State.isAtomic |
( |
|
self | ) |
|
◆ isCompound()
def scxml4py.state.State.isCompound |
( |
|
self | ) |
|
◆ isDescendantFrom()
def scxml4py.state.State.isDescendantFrom |
( |
|
self, |
|
|
|
parent |
|
) |
| |
◆ isFinal()
def scxml4py.state.State.isFinal |
( |
|
self | ) |
|
◆ isHistory()
def scxml4py.state.State.isHistory |
( |
|
self | ) |
|
◆ isInitial()
def scxml4py.state.State.isInitial |
( |
|
self | ) |
|
◆ isParallel()
def scxml4py.state.State.isParallel |
( |
|
self | ) |
|
◆ resolveAbsoluteId()
def scxml4py.state.State.resolveAbsoluteId |
( |
|
self | ) |
|
◆ setAbsoluteId()
def scxml4py.state.State.setAbsoluteId |
( |
|
self, |
|
|
|
theAbsId |
|
) |
| |
◆ setActivities()
def scxml4py.state.State.setActivities |
( |
|
self, |
|
|
|
activities |
|
) |
| |
◆ setFinalState()
def scxml4py.state.State.setFinalState |
( |
|
self, |
|
|
|
finalState |
|
) |
| |
◆ setHistory()
def scxml4py.state.State.setHistory |
( |
|
self, |
|
|
|
history |
|
) |
| |
◆ setId()
def scxml4py.state.State.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ setInitialState()
def scxml4py.state.State.setInitialState |
( |
|
self, |
|
|
|
initialState, |
|
|
|
theAction |
|
) |
| |
◆ setIsFinal()
def scxml4py.state.State.setIsFinal |
( |
|
self, |
|
|
|
isFinal |
|
) |
| |
◆ setIsInitial()
def scxml4py.state.State.setIsInitial |
( |
|
self, |
|
|
|
isInitial |
|
) |
| |
◆ setParent()
def scxml4py.state.State.setParent |
( |
|
self, |
|
|
|
theParent |
|
) |
| |
◆ setSubstates()
def scxml4py.state.State.setSubstates |
( |
|
self, |
|
|
|
substates |
|
) |
| |
◆ setTransitions()
def scxml4py.state.State.setTransitions |
( |
|
self, |
|
|
|
transitions |
|
) |
| |
◆ startActivities()
def scxml4py.state.State.startActivities |
( |
|
self | ) |
|
◆ mAbsId
scxml4py.state.State.mAbsId |
◆ mActivities
scxml4py.state.State.mActivities |
◆ mHistory
scxml4py.state.State.mHistory |
◆ mId
◆ mInitialTrans
scxml4py.state.State.mInitialTrans |
◆ mIsFinal
scxml4py.state.State.mIsFinal |
◆ mIsInitial
scxml4py.state.State.mIsInitial |
◆ mOnEntry
scxml4py.state.State.mOnEntry |
◆ mOnExit
scxml4py.state.State.mOnExit |
◆ mParent
scxml4py.state.State.mParent |
◆ mSubstates
scxml4py.state.State.mSubstates |
◆ mTransitions
scxml4py.state.State.mTransitions |
◆ mType
scxml4py.state.State.mType |
The documentation for this class was generated from the following file: