swarm.objectbase
Class DefaultProbeMapCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.objectbase.DefaultProbeMapCImpl

public class DefaultProbeMapCImpl
extends PhaseCImpl
implements ProbeMapC, ProbeMapS, DefaultProbeMapS, DefaultProbeMapC

A subclass of ProbeMap, whose initial state contains all the VarProbes of the requested target class and also those of all its superclasses.. A subclass of ProbeMap, whose initial state contains all the VarProbes of the requested target class and also those of all its superclasses.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
DefaultProbeMapCImpl()
           
DefaultProbeMapCImpl(DefaultProbeMap nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.ProbeMapC
setProbedClass, setProbedObject
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProbeMapCImpl

public DefaultProbeMapCImpl(DefaultProbeMap nextPhase)

DefaultProbeMapCImpl

public DefaultProbeMapCImpl()