swarm.objectbase
Class EmptyProbeMapCImpl

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

public class EmptyProbeMapCImpl
extends PhaseCImpl
implements 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 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()