ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
stateMachine.StateMachine Class Reference

State machine object. More...

Public Member Functions

def __init__
 Initialize the state machine, loading the SCXML model, etc. More...
 
def event_queue
 Return reference to the internal event queue. More...
 
def run
 Run the state machine. More...
 
def __init__
 Initialize the state machine, loading the SCXML model, etc. More...
 
def event_queue
 Return reference to the internal event queue. More...
 
def run
 Run the state machine. More...
 

Public Attributes

 sm_scxml
 

Detailed Description

State machine object.

Constructor & Destructor Documentation

def stateMachine.StateMachine.__init__ (   self,
  sm_scxml,
  action_mgr,
  data_object 
)

Initialize the state machine, loading the SCXML model, etc.

def stateMachine.StateMachine.__init__ (   self,
  sm_scxml,
  action_mgr,
  data_object 
)

Initialize the state machine, loading the SCXML model, etc.

Member Function Documentation

def stateMachine.StateMachine.event_queue (   self)

Return reference to the internal event queue.

def stateMachine.StateMachine.event_queue (   self)

Return reference to the internal event queue.

def stateMachine.StateMachine.run (   self)

Run the state machine.

def stateMachine.StateMachine.run (   self)

Run the state machine.

Member Data Documentation

stateMachine.StateMachine.sm_scxml

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