swarm.objectbase
Class SwarmObjectCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.objectbase.SwarmObjectCImpl

public class SwarmObjectCImpl
extends PhaseCImpl
implements CreateC, CreateS, DropC, DropS, SwarmObjectS, SwarmObjectC

A superclass of most objects in a Swarm simulation that provides support for probing.. A SwarmObject is an object that is intended to be a member of a Swarm. It's behavior will be perpetuated by messages sent from the schedule of events defined in the context of Swarm object. The SwarmObject is where the models of all the agents of a simulation will reside. Hence, most of the burden on defining the messages that can be sent to any agent lies with the user. SwarmObject inherits its basic functionality from the Create and Drop object types defined in the defobj library.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
SwarmObjectCImpl()
           
SwarmObjectCImpl(SwarmObject nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
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

SwarmObjectCImpl

public SwarmObjectCImpl(SwarmObject nextPhase)

SwarmObjectCImpl

public SwarmObjectCImpl()