swarm.objectbase
Class SwarmObjectImpl
java.lang.Object
|
+--swarm.objectbase.SwarmObjectImpl
- public class SwarmObjectImpl
- extends Object
- implements CreateS, Create, DropS, Drop, SwarmObjectS, SwarmObject
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 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 |
SwarmObjectImpl
public SwarmObjectImpl()
SwarmObjectImpl
public SwarmObjectImpl(Zone aZone)
- Default constructor for Impl class