org.echarts
Class BasicMachineConstructor

java.lang.Object
  extended by org.echarts.MachineConstructor
      extended by org.echarts.BasicMachineConstructor
All Implemented Interfaces:
java.io.Serializable

public final class BasicMachineConstructor
extends MachineConstructor

See Also:
Serialized Form

Field Summary
static MachineConstructor BASIC_MACHINE_CONSTRUCTOR
          Constant used to create basic machine instances.
 
Fields inherited from class org.echarts.MachineConstructor
serialVersionUID
 
Constructor Summary
BasicMachineConstructor()
           
 
Method Summary
 Machine newInstance(Machine parentMachine, int machineIndex, MachineCode machineCode)
          Overrides method in superclass.
 
Methods inherited from class org.echarts.MachineConstructor
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC_MACHINE_CONSTRUCTOR

public static final MachineConstructor BASIC_MACHINE_CONSTRUCTOR
Constant used to create basic machine instances.

Constructor Detail

BasicMachineConstructor

public BasicMachineConstructor()
Method Detail

newInstance

public final Machine newInstance(Machine parentMachine,
                                 int machineIndex,
                                 MachineCode machineCode)
                          throws java.lang.Exception
Overrides method in superclass.

Specified by:
newInstance in class MachineConstructor
Throws:
java.lang.Exception