swarm.objectbase
Class EmptyProbeMapCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.objectbase.EmptyProbeMapCImpl

public class EmptyProbeMapCImpl
extends PhaseCImpl
implements CustomProbeMapS, CustomProbeMapC, EmptyProbeMapS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EmptyProbeMapCImpl()
           
EmptyProbeMapCImpl(EmptyProbeMapImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.ProbeMapC
setProbedClass
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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

EmptyProbeMapCImpl

public EmptyProbeMapCImpl(EmptyProbeMapImpl nextPhase)

EmptyProbeMapCImpl

public EmptyProbeMapCImpl()