rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
scxml4py.action.Action Class Reference
Inheritance diagram for scxml4py.action.Action:
testAction.CustomAction1 testAction.CustomAction2 testApplication.ActionExit testApplication.ActionSetup testApplication.ActionStatus testExecutableContent.CustomAction1 testExecutableContent.CustomAction2 testExecutor.CounterAction testExecutor.TriggerEventAction testReader.GuardTrue testShutter.ActionStatus testTransition.CustomGuard1 testTransition.CustomGuard2

Public Member Functions

def __init__
 
def __str__
 
def __lt__
 
def __eq__
 
def getId
 
def getData
 
def setId
 
def setData
 
def sendInternalEvent
 
def execute
 
def evaluate
 
def __init__
 
def __str__
 
def __lt__
 
def __eq__
 
def getId
 
def getData
 
def setId
 
def setData
 
def sendInternalEvent
 
def execute
 
def evaluate
 

Public Attributes

 mId
 
 mEventQueue
 
 mData
 

Constructor & Destructor Documentation

def scxml4py.action.Action.__init__ (   self,
  theId,
  theEventQueue = None,
  theData = None 
)
def scxml4py.action.Action.__init__ (   self,
  theId,
  theEventQueue = None,
  theData = None 
)

Member Function Documentation

def scxml4py.action.Action.__eq__ (   self,
  other 
)
def scxml4py.action.Action.__eq__ (   self,
  other 
)
def scxml4py.action.Action.__lt__ (   self,
  other 
)
def scxml4py.action.Action.__lt__ (   self,
  other 
)
def scxml4py.action.Action.__str__ (   self)
def scxml4py.action.Action.__str__ (   self)
def scxml4py.action.Action.evaluate (   self,
  theCtx 
)
def scxml4py.action.Action.evaluate (   self,
  theCtx 
)
def scxml4py.action.Action.execute (   self,
  theCtx 
)
def scxml4py.action.Action.execute (   self,
  theCtx 
)
def scxml4py.action.Action.getData (   self)
def scxml4py.action.Action.getData (   self)
def scxml4py.action.Action.getId (   self)
def scxml4py.action.Action.getId (   self)
def scxml4py.action.Action.sendInternalEvent (   self,
  theEvent 
)
def scxml4py.action.Action.sendInternalEvent (   self,
  theEvent 
)
def scxml4py.action.Action.setData (   self,
  theData 
)
def scxml4py.action.Action.setData (   self,
  theData 
)
def scxml4py.action.Action.setId (   self,
  theId 
)
def scxml4py.action.Action.setId (   self,
  theId 
)

Member Data Documentation

scxml4py.action.Action.mData
scxml4py.action.Action.mEventQueue
scxml4py.action.Action.mId

The documentation for this class was generated from the following files: