swarm.objectbase
Class SwarmImpl

java.lang.Object
  |
  +--swarm.objectbase.SwarmImpl
Direct Known Subclasses:
GUISwarmImpl

public class SwarmImpl
extends Object
implements SwarmProcessS, SwarmProcess, SwarmS, Swarm

A temporal container.. A Swarm is a community of agents sharing a common timescale as well as common memory pool.


Constructor Summary
SwarmImpl()
           
SwarmImpl(ZoneImpl aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.activity.SwarmProcess
getActivity, getInternalZone
 
Methods implemented by this class for interface swarm.objectbase.Swarm
activateIn, buildActions, buildObjects, getCompleteProbeMap, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.activity.ActionType
activateIn
 
Methods implemented by this class for interface swarm.defobj.Zone
allocIVars, allocIVarsComponent, copyIVars, copyIVarsComponent, describeForEach, describeForEachID, freeIVars, freeIVarsComponent, getComponentZone, getPageSize, getPopulation, getReclaimPolicy, getStackedSubzones
 
Methods implemented by this class for interface swarm.activity.SynchronizationType
getSynchronizationType
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwarmImpl

public SwarmImpl()

SwarmImpl

public SwarmImpl(ZoneImpl aZone)
Default constructor for Impl class