|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--OrSpecificationSet
The container generated by an order and containing the spefications about an or stepe in a process
Field Summary | |
int |
myOrderNumber
number (i.e. that of the order which has generated this object |
int |
nodeNumber
the specification |
int[] |
nodePosition
the vector of node positions in 'or' sequence (max 100) |
int |
pos
the position of this sequence in the recipe |
Constructor Summary | |
OrSpecificationSet(swarm.defobj.Zone aZone,
int n,
int p)
constructor for OrSpecificationSet |
Method Summary | |
int |
getNodeNumber()
returning the number of nodes (branches) in this 'or' sequence |
int |
getNodePosition(int node)
getting the node position; position of node # 1 is in nodePosition[0] etc. |
int |
getNumber()
returning the number of the order of this procurement specification |
int |
getPositionInRecipe()
returning the position of this procurement specification into its recipe |
void |
setNodeNumber(int k)
setting the number if nodes |
void |
setNodePosition(int node,
int position)
setting the node position |
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 nodeNumber
public int[] nodePosition
Constructor Detail |
public OrSpecificationSet(swarm.defobj.Zone aZone, int n, int p)
Method Detail |
public void setNodeNumber(int k)
public void setNodePosition(int node, int position)
public int getNodePosition(int node)
public int getNumber()
public int getPositionInRecipe()
public int getNodeNumber()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |