public class MachineEngineWrapper<T> extends Object implements MachineEngine<T>
| Constructor and Description |
|---|
MachineEngineWrapper(MachineEngine<T> original) |
| Modifier and Type | Method and Description |
|---|---|
BillOfMaterials |
getBillOfMaterial() |
Name<T> |
getName() |
int |
getPriority() |
ComponentBox<T> |
newComponent(SatisfiedBOM satisfiedBOM) |
String |
toString() |
public MachineEngineWrapper(MachineEngine<T> original)
public Name<T> getName()
getName in interface MachineEngine<T>public int getPriority()
getPriority in interface MachineEngine<T>public BillOfMaterials getBillOfMaterial()
getBillOfMaterial in interface MachineEngine<T>public ComponentBox<T> newComponent(SatisfiedBOM satisfiedBOM)
newComponent in interface MachineEngine<T>Copyright © 2017. All Rights Reserved.