org.echarts
Class DynamicSubmachineIndexSettor

java.lang.Object
  extended by org.echarts.MachineMethod
      extended by org.echarts.DynamicSubmachineIndexSettor
All Implemented Interfaces:
java.io.Serializable

public abstract class DynamicSubmachineIndexSettor
extends MachineMethod

Sub-classed as anonymous inner class for each DynamicStateConfiguration encountered in a transition's state configuration. Used to set the index of the dynamic submachine that satisfies the associated DynamicStateConfiguration.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.MachineMethod
serialVersionUID
 
Constructor Summary
DynamicSubmachineIndexSettor()
           
 
Method Summary
abstract  void setIndex(int cfgIndex, Machine machine, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicSubmachineIndexSettor

public DynamicSubmachineIndexSettor()
Method Detail

setIndex

public abstract void setIndex(int cfgIndex,
                              Machine machine,
                              int index)
                       throws java.lang.Exception
Throws:
java.lang.Exception