|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswarm.BaseImpl
swarm.objectbase.SwarmObjectImpl
ComputationalSpecificationSet
public class 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. |
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 | |
---|---|
void |
drop()
drop the computational specification set |
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. |
int |
getNumberOfMemoryMatrixesToBeUsed()
returning the number of memory matrixes to be used |
Order |
getOrder()
getting the order this specification set belongs to |
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 |
init(swarm.defobj.Zone aZone,
Order o,
int p)
managing the constructor content |
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, 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 init(swarm.defobj.Zone aZone, Order o, int p)
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()
public Order getOrder()
public void drop()
drop
in interface swarm.defobj.Drop
drop
in class swarm.objectbase.SwarmObjectImpl
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |