|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--ProcurementSpecificationSet
The tool generated by an order and containing the spefications about procument necessities
Field Summary | |
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[] |
specifications
the specifications |
Constructor Summary | |
ProcurementSpecificationSet(swarm.defobj.Zone aZone,
int n,
int p)
constructor for ProcurementSpecificationSet |
Method Summary | |
int |
getItemToBeProcured(int i)
returning the item to be procured at pos. i of the vector containg the items (0<=i |
int |
getNumber()
returning the number of the order of this procurement specification |
int |
getNumberOfItemsToBeProcured()
returning the number of items to be procured |
int |
getPositionInRecipe()
returning the position of this procurement specification into its recipe |
void |
setSpecificationSet(int jj,
int[] r)
setting the procurement 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[] specifications
Constructor Detail |
public ProcurementSpecificationSet(swarm.defobj.Zone aZone, int n, int p)
Method Detail |
public void setSpecificationSet(int jj, int[] r)
public int getNumberOfItemsToBeProcured()
public int getItemToBeProcured(int i)
public int getNumber()
public int getPositionInRecipe()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |