swarm.objectbase
Class EmptyProbeMapCImpl

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

public class EmptyProbeMapCImpl
extends PhaseCImpl
implements CustomProbeMapC, CustomProbeMapS, EmptyProbeMapS, EmptyProbeMapC

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(EmptyProbeMap nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.EmptyProbeMapC
create$forClass
 
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

EmptyProbeMapCImpl

public EmptyProbeMapCImpl(EmptyProbeMap nextPhase)

EmptyProbeMapCImpl

public EmptyProbeMapCImpl()