swarm.objectbase
Class CompleteProbeMapImpl

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

public class CompleteProbeMapImpl
extends Object
implements ProbeMapS, ProbeMap, CompleteProbeMapS, CompleteProbeMap

A subclass of ProbeMap whose initial state contains the VarProbes and MessageProbes of the requested target class but also those of all its subclasses.. Upon creation, this subclass of the ProbeMap will contain all the variables and all the messages of a given class (including the inherited ones).


Constructor Summary
CompleteProbeMapImpl()
           
CompleteProbeMapImpl(Zone aZone)
          Default constructor for Impl class
 
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.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
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

CompleteProbeMapImpl

public CompleteProbeMapImpl()

CompleteProbeMapImpl

public CompleteProbeMapImpl(Zone aZone)
Default constructor for Impl class