|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.echarts.MachineConstructor
org.echarts.BasicMachineConstructor
public final class BasicMachineConstructor
| 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 |
|---|
public static final MachineConstructor BASIC_MACHINE_CONSTRUCTOR
| Constructor Detail |
|---|
public BasicMachineConstructor()
| Method Detail |
|---|
public final Machine newInstance(Machine parentMachine,
int machineIndex,
MachineCode machineCode)
throws java.lang.Exception
newInstance in class MachineConstructorjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||