|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--StandAloneBatchSpecificationSet
The container generated by an order and containing the spefications about a stand alone batch process
Field Summary | |
int |
initialProductionTimeInTicks
the specifications |
int |
myOrderNumber
number (i.e. that of the order which has generated this object |
int |
pos
the position of this sequence in the recipe |
int |
productionTimeInTicks
the specifications |
Constructor Summary | |
StandAloneBatchSpecificationSet(swarm.defobj.Zone aZone,
int n,
int p)
constructor for StandAloneBatchSpecificationSet |
Method Summary | |
int |
decreaseProductionTime()
decrease production time |
int |
getNumber()
returning the number of the order of this procurement specification |
int |
getNumberOfDoneSteps()
returning the number of the done steps in the stand alone batch |
int |
getPositionInRecipe()
returning the position of this procurement specification into its recipe |
void |
setSpecifications(int k)
setting the stand alone batch specifications |
Methods inherited from class swarm.objectbase.SwarmObjectImpl |
compare, describe, describeID, drop, getCompleteProbeMap, getDisplayName, getName, getProbeForMessage, getProbeForVariable, getProbeMap, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int myOrderNumber
public int pos
public int productionTimeInTicks
public int initialProductionTimeInTicks
Constructor Detail |
public StandAloneBatchSpecificationSet(swarm.defobj.Zone aZone, int n, int p)
Method Detail |
public void setSpecifications(int k)
public int decreaseProductionTime()
public int getNumber()
public int getPositionInRecipe()
public int getNumberOfDoneSteps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |