◆ __init__()
def scxml4py.activity.AbstractActivity.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None , |
|
|
|
theData = None |
|
) |
| |
◆ __str__()
def scxml4py.activity.AbstractActivity.__str__ |
( |
|
self | ) |
|
◆ getId()
def scxml4py.activity.AbstractActivity.getId |
( |
|
self | ) |
|
◆ isRunning()
def scxml4py.activity.AbstractActivity.isRunning |
( |
|
self | ) |
|
◆ run()
def scxml4py.activity.AbstractActivity.run |
( |
|
self | ) |
|
◆ sendInternalEvent()
def scxml4py.activity.AbstractActivity.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ setId()
def scxml4py.activity.AbstractActivity.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ setRunning()
def scxml4py.activity.AbstractActivity.setRunning |
( |
|
self, |
|
|
|
running |
|
) |
| |
◆ start()
def scxml4py.activity.AbstractActivity.start |
( |
|
self | ) |
|
◆ stop()
def scxml4py.activity.AbstractActivity.stop |
( |
|
self | ) |
|
◆ mData
scxml4py.activity.AbstractActivity.mData |
◆ mEventQueue
scxml4py.activity.AbstractActivity.mEventQueue |
◆ mId
scxml4py.activity.AbstractActivity.mId |
◆ mIsRunning
scxml4py.activity.AbstractActivity.mIsRunning |
The documentation for this class was generated from the following file: