swarm.objectbase
Class EmptyProbeMapImpl

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

public class EmptyProbeMapImpl
extends Object
implements CustomProbeMapS, CustomProbeMap, EmptyProbeMapS, EmptyProbeMap

A CustomProbeMap to be used for building up ProbeMaps from scratch.. A CustomProbeMap to be used for building up ProbeMaps from scratch.


Constructor Summary
EmptyProbeMapImpl()
           
EmptyProbeMapImpl(Zone aZone)
          Default constructor for Impl class
EmptyProbeMapImpl(Zone aZone, Class aClass)
          Convenience method for creating an EmptyProbeMap
 
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

EmptyProbeMapImpl

public EmptyProbeMapImpl()

EmptyProbeMapImpl

public EmptyProbeMapImpl(Zone aZone,
                         Class aClass)
Convenience method for creating an EmptyProbeMap

EmptyProbeMapImpl

public EmptyProbeMapImpl(Zone aZone)
Default constructor for Impl class