swarm.objectbase
Interface SwarmObjectC

All Known Subinterfaces:
ActionCacheC, ActiveGraphC, ActiveOutFileC, ActivityControlC, AveragerC, BasicRandomGeneratorC, BernoulliDistC, BinomialDistC, BooleanDistributionC, C2TAUS1genC, C2TAUS2genC, C2TAUS3genC, C2TAUSgenC, Ca2dC, CommonProbeDisplayC, CompleteProbeDisplayC, CompleteProbeMapC, CompleteVarMapC, ControlPanelC, ConwayLife2dC, CustomProbeMapC, DblBuffer2dC, DefaultProbeMapC, Diffuse2dC, Discrete2dC, DoubleDistributionC, EmptyProbeMapC, EntropyC, ExponentialDistC, EZAverageSequenceC, EZBinC, EZDistributionC, EZGraphC, EZSequenceC, GammaDistC, Grid2dC, Int2dFilerC, IntegerDistributionC, LogNormalDistC, MessageProbeC, MT19937genC, MultiVarProbeDisplayC, NormalC, NormalDistC, NSelectC, Object2dDisplayC, PMMLCG1genC, PMMLCGgenC, PoissonDistC, ProbabilityDistributionC, ProbeC, ProbeDisplayC, ProbeDisplayManagerC, ProbeMapC, PSWBgenC, QSortC, RandomBitDistC, SimpleProbeDisplayC, SimpleRandomGeneratorC, SingleProbeDisplayC, SplitRandomGeneratorC, UNameC, UniformDoubleDistC, UniformIntegerDistC, UniformUnsignedDistC, UnsignedDistributionC, Value2dDisplayC, VarProbeC
All Known Implementing Classes:
SwarmObjectCImpl, ProbeMapCImpl, ActivityControlCImpl, QSortCImpl, UNameCImpl, NSelectCImpl, ProbeDisplayManagerCImpl, Object2dDisplayCImpl, Int2dFilerCImpl, Discrete2dCImpl, Value2dDisplayCImpl, EZGraphCImpl, EZBinCImpl

public interface SwarmObjectC
extends CreateC, CreateS, DropC, DropS

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.


Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd