|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswarm.BaseImpl
swarm.objectbase.SwarmObjectImpl
SequentialBatchSpecificationSet
The container generated by an order and containing the spefications about a sequential 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 |
int |
quantityInSequentialBatch
|
int |
sequentialBatchDoneSteps
the number of steps of the batch done |
Constructor Summary | |
SequentialBatchSpecificationSet(swarm.defobj.Zone aZone,
int n,
int p)
constructor for SequentialBatchSpecificationSet |
Method Summary | |
int |
decreaseProductionTime()
???????? |
int |
getInitialProductionTimeInTicks()
returning the initial production time in ticks |
int |
getNumber()
returning the number of the order of this procurement specification |
int |
getPositionInRecipe()
returning the position of this procurement specification into its recipe |
int |
getProductionTimeInTicks()
returning production time in ticks (unmodified at the beggining of the batch activity and then diminished) |
int |
getQuantityInSequentialBatch()
returning quantity in sequential batch |
int |
getSequentialBatchDoneSteps()
returning the number of sequentialBatchDoneSteps |
void |
increaseSequentialBatchDoneSteps()
increasing the number of sequentialBatchDoneSteps |
void |
setProductionTimeInTicks(int t)
settinging production time in ticks (residual) |
void |
setSpecifications(int k1,
int k2)
setting the sequential 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
public int quantityInSequentialBatch
public int sequentialBatchDoneSteps
Constructor Detail |
public SequentialBatchSpecificationSet(swarm.defobj.Zone aZone, int n, int p)
Method Detail |
public void setSpecifications(int k1, int k2)
public void increaseSequentialBatchDoneSteps()
public int getSequentialBatchDoneSteps()
public int decreaseProductionTime()
public int getNumber()
public int getPositionInRecipe()
public int getProductionTimeInTicks()
public int getInitialProductionTimeInTicks()
public void setProductionTimeInTicks(int t)
public int getQuantityInSequentialBatch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |