Class ComputationalAssembler

java.lang.Object
  extended byswarm.BaseImpl
      extended byswarm.objectbase.SwarmObjectImpl
          extended byComputationalAssemblerBasic
              extended byComputationalAssembler
All Implemented Interfaces:
swarm.defobj.Create, swarm.defobj.CreateS, swarm.defobj.Customize, swarm.defobj.CustomizeS, swarm.defobj.DefinedObject, swarm.defobj.DefinedObjectS, swarm.defobj.Drop, swarm.defobj.DropS, swarm.defobj.GetName, swarm.defobj.GetNameS, swarm.objectbase.SwarmObject, swarm.objectbase.SwarmObjectS

public class ComputationalAssembler
extends ComputationalAssemblerBasic

The ComputationalAssembler class instances make computational processes; we have a computationa assembler instance for each unit

Author:
Pietro Terna

Field Summary
 
Fields inherited from class ComputationalAssemblerBasic
cd, checkMatrixNumber, done, layer, myUnit, rd, waitingList
 
Constructor Summary
ComputationalAssembler(swarm.defobj.Zone aZone, OrderDistiller od, ESFrameModelSwarm mo)
          the constructor for ComputationalAssembler
 
Methods inherited from class ComputationalAssemblerBasic
c1001, c1002, c1100, c1101, c1102, c1103, c1199, c1995, c1996, c1997, c1998, c1999, checkingComputationsAndFreeingOrders, getWaitingListLength, removeThisOrderFromTheWaitingList, setComputationalWaitingList, setUnit, thisOrderIsInTheWaitingList
 
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
 

Constructor Detail

ComputationalAssembler

public ComputationalAssembler(swarm.defobj.Zone aZone,
                              OrderDistiller od,
                              ESFrameModelSwarm mo)
the constructor for ComputationalAssembler