|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--ComputationalSpecificationSet
The container generated by an order and containing the spefications about a computational process
Field Summary | |
int |
computationType
the tipe of computation (max -1001, min -1999) |
boolean |
done
setting true when done |
java.lang.Object[] |
matrixAddress
the specifications (as addresses of memory matrixes to be used) |
Order |
myOrder
myOrder (i.e. that of the order which has generated this object |
int |
pos
the position of this sequence in the recipe |
Constructor Summary | |
ComputationalSpecificationSet(swarm.defobj.Zone aZone,
Order o,
int p)
constructor for computational specification set |
Method Summary | |
int |
getComputationType()
getting the computation type |
boolean |
getDone()
getting the done status |
java.lang.Object |
getMemoryMatrixAddress(int i)
returning the memory matrix address at pos. i of the vector containg the addresses (0<=i |
int |
getNumberOfMemoryMatrixesToBeUsed()
returning the number of memory matrixes to be used |
int |
getOrderLayer()
getting the order layer |
int |
getOrderNumber()
returning the number of the order of this computational specification set |
int |
getPositionInRecipe()
returning the position of this computational specification set into its recipe |
void |
setDone()
setting the computation done |
void |
setSpecificationSet(int n,
java.lang.Object[] r,
int ct)
setting computational 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 Order myOrder
public int pos
public java.lang.Object[] matrixAddress
public boolean done
public int computationType
Constructor Detail |
public ComputationalSpecificationSet(swarm.defobj.Zone aZone, Order o, int p)
Method Detail |
public void setSpecificationSet(int n, java.lang.Object[] r, int ct)
public int getNumberOfMemoryMatrixesToBeUsed()
public java.lang.Object getMemoryMatrixAddress(int i)
public int getOrderNumber()
public int getPositionInRecipe()
public void setDone()
public boolean getDone()
public int getOrderLayer()
public int getComputationType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |