|
| def | __init__ (self, theId, theEventQueue=None, theData=None) |
| |
| def | __str__ (self) |
| |
| def | __lt__ (self, other) |
| |
| def | __eq__ (self, other) |
| |
| def | getId (self) |
| |
| def | getData (self) |
| |
| def | setId (self, theId) |
| |
| def | setData (self, theData) |
| |
| def | sendInternalEvent (self, theEvent) |
| |
| def | execute (self, theCtx) |
| |
| def | evaluate (self, theCtx) |
| |
◆ __init__()
| def scxml4py.action.Action.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None, |
|
|
|
theData = None |
|
) |
| |
◆ __eq__()
| def scxml4py.action.Action.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __lt__()
| def scxml4py.action.Action.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __str__()
| def scxml4py.action.Action.__str__ |
( |
|
self | ) |
|
◆ evaluate()
| def scxml4py.action.Action.evaluate |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ execute()
| def scxml4py.action.Action.execute |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ getData()
| def scxml4py.action.Action.getData |
( |
|
self | ) |
|
◆ getId()
| def scxml4py.action.Action.getId |
( |
|
self | ) |
|
◆ sendInternalEvent()
| def scxml4py.action.Action.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ setData()
| def scxml4py.action.Action.setData |
( |
|
self, |
|
|
|
theData |
|
) |
| |
◆ setId()
| def scxml4py.action.Action.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ mData
| scxml4py.action.Action.mData |
◆ mEventQueue
| scxml4py.action.Action.mEventQueue |
◆ mId
| scxml4py.action.Action.mId |
The documentation for this class was generated from the following file: