com.partnersoft.v3x.gadgets
Class StateMachineConfig

java.lang.Object
  extended by com.partnersoft.v3x.gadgets.StateMachineConfig

public class StateMachineConfig
extends java.lang.Object

Configuration for a state machine. Looks better in TOF (uses names instead of pointers).


Constructor Summary
StateMachineConfig()
           
 
Method Summary
 StateMachine createStateMachine()
           
 java.util.Map getStates()
           
 void setStates(java.util.Map newStates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateMachineConfig

public StateMachineConfig()
Method Detail

createStateMachine

public StateMachine createStateMachine()

getStates

public java.util.Map getStates()

setStates

public void setStates(java.util.Map newStates)