|
| def | __init__ (self) |
| |
| def | __str__ (self) |
| |
| def | __lt__ (self, other) |
| |
| def | __eq__ (self, other) |
| |
| def | getSource (self) |
| |
| def | getEvent (self) |
| |
| def | getTargets (self) |
| |
| def | getActions (self) |
| |
| def | getConditions (self) |
| |
| def | addTarget (self, theState) |
| |
| def | addAction (self, theAction) |
| |
| def | addCondition (self, theCondition) |
| |
| def | isEnabled (self, theContext, theEvent=None) |
| |
| def | setSource (self, theState) |
| |
| def | setTargets (self, theTargets) |
| |
| def | setEvent (self, theEvent) |
| |
| def | clone (self, regionNo, sourceState, actionMap) |
| |
◆ __init__()
| def scxml4py.transition.Transition.__init__ |
( |
|
self | ) |
|
◆ __eq__()
| def scxml4py.transition.Transition.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __lt__()
| def scxml4py.transition.Transition.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __str__()
| def scxml4py.transition.Transition.__str__ |
( |
|
self | ) |
|
◆ addAction()
| def scxml4py.transition.Transition.addAction |
( |
|
self, |
|
|
|
theAction |
|
) |
| |
◆ addCondition()
| def scxml4py.transition.Transition.addCondition |
( |
|
self, |
|
|
|
theCondition |
|
) |
| |
◆ addTarget()
| def scxml4py.transition.Transition.addTarget |
( |
|
self, |
|
|
|
theState |
|
) |
| |
◆ clone()
| def scxml4py.transition.Transition.clone |
( |
|
self, |
|
|
|
regionNo, |
|
|
|
sourceState, |
|
|
|
actionMap |
|
) |
| |
◆ getActions()
| def scxml4py.transition.Transition.getActions |
( |
|
self | ) |
|
◆ getConditions()
| def scxml4py.transition.Transition.getConditions |
( |
|
self | ) |
|
◆ getEvent()
| def scxml4py.transition.Transition.getEvent |
( |
|
self | ) |
|
◆ getSource()
| def scxml4py.transition.Transition.getSource |
( |
|
self | ) |
|
◆ getTargets()
| def scxml4py.transition.Transition.getTargets |
( |
|
self | ) |
|
◆ isEnabled()
| def scxml4py.transition.Transition.isEnabled |
( |
|
self, |
|
|
|
theContext, |
|
|
|
theEvent = None |
|
) |
| |
◆ setEvent()
| def scxml4py.transition.Transition.setEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ setSource()
| def scxml4py.transition.Transition.setSource |
( |
|
self, |
|
|
|
theState |
|
) |
| |
◆ setTargets()
| def scxml4py.transition.Transition.setTargets |
( |
|
self, |
|
|
|
theTargets |
|
) |
| |
◆ mActions
| scxml4py.transition.Transition.mActions |
◆ mConditions
| scxml4py.transition.Transition.mConditions |
◆ mEvent
| scxml4py.transition.Transition.mEvent |
◆ mSource
| scxml4py.transition.Transition.mSource |
◆ mTargets
| scxml4py.transition.Transition.mTargets |
The documentation for this class was generated from the following file: