Package restx.factory
Class StdMachineEngine<T>
java.lang.Object
restx.factory.StdMachineEngine<T>
- All Implemented Interfaces:
MachineEngine<T>
- Direct Known Subclasses:
NoDepsMachineEngine
User: xavierhanin
Date: 2/9/13
Time: 2:47 PM
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStdMachineEngine(Name<T> name, int priority, ComponentBox.BoxFactory boxFactory) protectedStdMachineEngine(Name<T> name, ComponentBox.BoxFactory boxFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TdoNewComponent(SatisfiedBOM satisfiedBOM) getName()intnewComponent(SatisfiedBOM satisfiedBOM) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface restx.factory.MachineEngine
getBillOfMaterial
-
Constructor Details
-
StdMachineEngine
-
StdMachineEngine
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceMachineEngine<T>
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceMachineEngine<T>
-
doNewComponent
-
newComponent
- Specified by:
newComponentin interfaceMachineEngine<T>
-
toString
-