|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--EndUnit
The EndUnit class instances represent virtual or actuale
places or warehouse were temporary finished sub-recipes (produced internally
or obtained as procurements) wait to be used in other recipes via a "p"
(procurement) step
an endUnit has its internal number equal to the concluding code
used to finish/identify a temporary finished sub-recipe
Field Summary | |
swarm.collections.ListImpl |
temporaryList
the list containing order temporary kept in this virtual (or actual) place |
int |
unitNumber
the number identifying the unit which is also its end code |
Constructor Summary | |
EndUnit(swarm.defobj.Zone aZone,
VEFrameModelSwarm mo)
the constructor for EndUnit |
Method Summary | |
java.lang.String |
getLabel()
PTHistogramPlottable interface method: getLabel() |
int |
getTemporaryListCount()
return the count of the order in the list, with multiplicity |
int |
getTemporaryListLength()
return the temporary list length |
int |
getUnitNumber()
get unit number |
double |
getValueToPlot()
PTHistogramPlottable interface method: getValueToPlot() |
java.lang.Object |
removeFromTemporaryList()
Removing an order from the temporaryList of the unit and returning its address of the order or of its clone if the original order has multiplicity > 1 |
void |
setTemporaryList(Order anOrder)
Putting an order in the temporaryList of the unit |
void |
setUnitNumber(int un)
set unit number |
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 unitNumber
public swarm.collections.ListImpl temporaryList
Constructor Detail |
public EndUnit(swarm.defobj.Zone aZone, VEFrameModelSwarm mo)
Method Detail |
public void setUnitNumber(int un)
public int getUnitNumber()
public void setTemporaryList(Order anOrder)
public java.lang.Object removeFromTemporaryList()
public int getTemporaryListLength()
public int getTemporaryListCount()
public java.lang.String getLabel()
getLabel
in interface PTHistogramPlottable
public double getValueToPlot()
getValueToPlot
in interface PTHistogramPlottable
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |