swarm.objectbase
Class ProbeMapCImpl

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

public class ProbeMapCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, ProbeConfigC, ProbeConfigS, ProbeMapS, ProbeMapC

A container class for Probes used to specify the contents of a ProbeDisplay.. A ProbeMap is a Map-type collection of Probes. They are used to gather several Probes, who usually have a common referent, into a single bundle. For example, all the instance variables of a ModelSwarm might be gathered into a single ProbeMap. Each ProbeMap is then installed into the global ProbeLibrary.


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

ProbeMapCImpl

public ProbeMapCImpl(ProbeMap nextPhase)

ProbeMapCImpl

public ProbeMapCImpl()