swarm.objectbase
Class CompleteVarMapCImpl

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

public class CompleteVarMapCImpl
extends PhaseCImpl
implements ProbeMapC, ProbeMapS, CompleteVarMapS, CompleteVarMapC

A subclass of ProbeMap, whose initial state contains no MessageProbes.. A subclass of ProbeMap, whose initial state contains no MessageProbes, but does contain all the VarProbes of the requested target class and those of all its superclasses.


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

CompleteVarMapCImpl

public CompleteVarMapCImpl(CompleteVarMap nextPhase)

CompleteVarMapCImpl

public CompleteVarMapCImpl()