swarm.objectbase
Class SwarmCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.objectbase.SwarmCImpl

public class SwarmCImpl
extends PhaseCImpl
implements SwarmProcessS, SwarmProcessC, SwarmS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
SwarmCImpl()
           
SwarmCImpl(SwarmImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.activity.SwarmProcessC
setInternalZoneType
 
Methods implemented by this class for interface swarm.defobj.ZoneC
setPageSize
 
Methods implemented by this class for interface swarm.activity.SynchronizationTypeC
setSynchronizationType
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwarmCImpl

public SwarmCImpl(SwarmImpl nextPhase)

SwarmCImpl

public SwarmCImpl()