|
def | __init__ (self, theId, theEventQueue=None, theData=None) |
|
def | __str__ (self) |
|
def | getId (self) |
|
def | setId (self, theId) |
|
def | sendInternalEvent (self, theEvent) |
|
def | isRunning (self) |
|
def | setRunning (self, running) |
|
def | start (self) |
|
def | stop (self) |
|
def | run (self) |
|
def | __init__ (self, theId, theEventQueue=None, theData=None) |
|
def | __str__ (self) |
|
def | getId (self) |
|
def | setId (self, theId) |
|
def | sendInternalEvent (self, theEvent) |
|
def | isRunning (self) |
|
def | setRunning (self, running) |
|
def | start (self) |
|
def | stop (self) |
|
def | run (self) |
|
◆ __init__() [1/2]
def scxml4py.activity.AbstractActivity.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None , |
|
|
|
theData = None |
|
) |
| |
◆ __init__() [2/2]
def scxml4py.activity.AbstractActivity.__init__ |
( |
|
self, |
|
|
|
theId, |
|
|
|
theEventQueue = None , |
|
|
|
theData = None |
|
) |
| |
◆ __str__() [1/2]
def scxml4py.activity.AbstractActivity.__str__ |
( |
|
self | ) |
|
◆ __str__() [2/2]
def scxml4py.activity.AbstractActivity.__str__ |
( |
|
self | ) |
|
◆ getId() [1/2]
def scxml4py.activity.AbstractActivity.getId |
( |
|
self | ) |
|
◆ getId() [2/2]
def scxml4py.activity.AbstractActivity.getId |
( |
|
self | ) |
|
◆ isRunning() [1/2]
def scxml4py.activity.AbstractActivity.isRunning |
( |
|
self | ) |
|
◆ isRunning() [2/2]
def scxml4py.activity.AbstractActivity.isRunning |
( |
|
self | ) |
|
◆ run() [1/2]
def scxml4py.activity.AbstractActivity.run |
( |
|
self | ) |
|
Reimplemented in testShutter.ActivityClosing, testShutter.ActivityOpening, testShutter.ActivityDisabling, testShutter.ActivityInitializing, testApplication.ActivityBusy, testActivity.CustomCoroActivity, testActivity.CustomActivity, scxml4py.activity.CoroActivity, scxml4py.activity.ThreadedActivity, scxml4py.activity.CoroActivity, and scxml4py.activity.ThreadedActivity.
◆ run() [2/2]
def scxml4py.activity.AbstractActivity.run |
( |
|
self | ) |
|
Reimplemented in testShutter.ActivityClosing, testShutter.ActivityOpening, testShutter.ActivityDisabling, testShutter.ActivityInitializing, testApplication.ActivityBusy, testActivity.CustomCoroActivity, testActivity.CustomActivity, scxml4py.activity.CoroActivity, scxml4py.activity.ThreadedActivity, scxml4py.activity.CoroActivity, and scxml4py.activity.ThreadedActivity.
◆ sendInternalEvent() [1/2]
def scxml4py.activity.AbstractActivity.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ sendInternalEvent() [2/2]
def scxml4py.activity.AbstractActivity.sendInternalEvent |
( |
|
self, |
|
|
|
theEvent |
|
) |
| |
◆ setId() [1/2]
def scxml4py.activity.AbstractActivity.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ setId() [2/2]
def scxml4py.activity.AbstractActivity.setId |
( |
|
self, |
|
|
|
theId |
|
) |
| |
◆ setRunning() [1/2]
def scxml4py.activity.AbstractActivity.setRunning |
( |
|
self, |
|
|
|
running |
|
) |
| |
◆ setRunning() [2/2]
def scxml4py.activity.AbstractActivity.setRunning |
( |
|
self, |
|
|
|
running |
|
) |
| |
◆ start() [1/2]
def scxml4py.activity.AbstractActivity.start |
( |
|
self | ) |
|
◆ start() [2/2]
def scxml4py.activity.AbstractActivity.start |
( |
|
self | ) |
|
◆ stop() [1/2]
def scxml4py.activity.AbstractActivity.stop |
( |
|
self | ) |
|
◆ stop() [2/2]
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:
- INTROOT/lib/python3.7/site-packages/scxml4py/activity.py