|
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) |
|
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__() [1/2]
def scxml4py.action.Action.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None , |
|
|
|
theData = None |
|
) |
| |
◆ __init__() [2/2]
def scxml4py.action.Action.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None , |
|
|
|
theData = None |
|
) |
| |
◆ __eq__() [1/2]
def scxml4py.action.Action.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __eq__() [2/2]
def scxml4py.action.Action.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __lt__() [1/2]
def scxml4py.action.Action.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __lt__() [2/2]
def scxml4py.action.Action.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __str__() [1/2]
def scxml4py.action.Action.__str__ |
( |
|
self | ) |
|
◆ __str__() [2/2]
def scxml4py.action.Action.__str__ |
( |
|
self | ) |
|
◆ evaluate() [1/2]
def scxml4py.action.Action.evaluate |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ evaluate() [2/2]
def scxml4py.action.Action.evaluate |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ execute() [1/2]
def scxml4py.action.Action.execute |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ execute() [2/2]
def scxml4py.action.Action.execute |
( |
|
self, |
|
|
|
theCtx |
|
) |
| |
◆ getData() [1/2]
def scxml4py.action.Action.getData |
( |
|
self | ) |
|
◆ getData() [2/2]
def scxml4py.action.Action.getData |
( |
|
self | ) |
|
◆ getId() [1/2]
def scxml4py.action.Action.getId |
( |
|
self | ) |
|
◆ getId() [2/2]
def scxml4py.action.Action.getId |
( |
|
self | ) |
|
◆ sendInternalEvent() [1/2]
def scxml4py.action.Action.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ sendInternalEvent() [2/2]
def scxml4py.action.Action.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ setData() [1/2]
def scxml4py.action.Action.setData |
( |
|
self, |
|
|
|
theData |
|
) |
| |
◆ setData() [2/2]
def scxml4py.action.Action.setData |
( |
|
self, |
|
|
|
theData |
|
) |
| |
◆ setId() [1/2]
def scxml4py.action.Action.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ setId() [2/2]
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:
- INTROOT/lib/python3.7/site-packages/scxml4py/action.py