Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
flexbe_core.core.silent_state_machine.SilentStateMachine Class Reference
Inheritance diagram for flexbe_core.core.silent_state_machine.SilentStateMachine:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, args, kwargs)
 
def destroy (self)
 

Static Public Member Functions

def add (label, state, transitions=None, autonomy=None, remapping=None)
 

Public Attributes

 autonomy
 
 name
 
 transitions
 

Private Attributes

 _parent
 

Detailed Description

A state machine that runs in background and does not report any transition.

Definition at line 10 of file silent_state_machine.py.

Constructor & Destructor Documentation

def flexbe_core.core.silent_state_machine.SilentStateMachine.__init__ (   self,
  args,
  kwargs 
)

Definition at line 15 of file silent_state_machine.py.

Member Function Documentation

def flexbe_core.core.silent_state_machine.SilentStateMachine.add (   label,
  state,
  transitions = None,
  autonomy = None,
  remapping = None 
)
static
Add a state to the opened state machine.

@type label: string
@param label: The label of the state being added.

@param state: An instance of a class implementing the L{State} interface.

@param transitions: A dictionary mapping state outcomes to other state
labels or container outcomes.

@param autonomy: A dictionary mapping state outcomes to their required
autonomy level. Not relevant for this class.

@param remapping: A dictrionary mapping local userdata keys to userdata
keys in the container.

Definition at line 23 of file silent_state_machine.py.

def flexbe_core.core.silent_state_machine.SilentStateMachine.destroy (   self)

Definition at line 55 of file silent_state_machine.py.

Member Data Documentation

flexbe_core.core.silent_state_machine.SilentStateMachine._parent
private

Definition at line 20 of file silent_state_machine.py.

flexbe_core.core.silent_state_machine.SilentStateMachine.autonomy

Definition at line 19 of file silent_state_machine.py.

flexbe_core.core.silent_state_machine.SilentStateMachine.name

Definition at line 17 of file silent_state_machine.py.

flexbe_core.core.silent_state_machine.SilentStateMachine.transitions

Definition at line 18 of file silent_state_machine.py.


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


flexbe_core
Author(s): Philipp Schillinger
autogenerated on Wed Jun 5 2019 21:51:59