swarm.objectbase
Class ProbeMapCImpl

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

public class ProbeMapCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, ProbeMapS

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(ProbeMapImpl nextPhase)
           
 
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

ProbeMapCImpl

public ProbeMapCImpl(ProbeMapImpl nextPhase)

ProbeMapCImpl

public ProbeMapCImpl()