swarm.objectbase
Class CompleteProbeMapCImpl

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

public class CompleteProbeMapCImpl
extends PhaseCImpl
implements ProbeMapC, ProbeMapS, CompleteProbeMapS, CompleteProbeMapC

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).


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
CompleteProbeMapCImpl()
           
CompleteProbeMapCImpl(CompleteProbeMap 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

CompleteProbeMapCImpl

public CompleteProbeMapCImpl(CompleteProbeMap nextPhase)

CompleteProbeMapCImpl

public CompleteProbeMapCImpl()