swarm.objectbase
Class ProbeMapImpl

java.lang.Object
  |
  +--swarm.objectbase.ProbeMapImpl

public class ProbeMapImpl
extends Object
implements SwarmObjectS, SwarmObject, ProbeMapS, ProbeMap

A container class for Probes used to specify the contents of a ProbeDisplay.. A ProbeMap is a Map-type collection of Probes. They are used to gather several Probes, who usually have a common referent, into a single bundle. For example, all the instance variables of a ModelSwarm might be gathered into a single ProbeMap. Each ProbeMap is then installed into the global ProbeLibrary.


Constructor Summary
ProbeMapImpl()
           
ProbeMapImpl(Zone aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.objectbase.ProbeMap
addProbe, addProbeMap, begin, clone, dropProbeForMessage, dropProbeForVariable, dropProbeMap, getNumEntries, getProbedClass, getProbeForMessage, getProbeForVariable
 
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

ProbeMapImpl

public ProbeMapImpl()

ProbeMapImpl

public ProbeMapImpl(Zone aZone)
Default constructor for Impl class