swarm.analysis
Class ActiveGraphCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.analysis.ActiveGraphCImpl

public class ActiveGraphCImpl
extends PhaseCImpl
implements MessageProbeS, MessageProbeC, ActiveGraphS

Provides a continuous data feed between Swarm and the GUI.. An active graph object is the glue between a MessageProbe (for reading data) and a Graph GraphElement. ActiveGraphs are created and told where to get data from and send it to, and then are scheduled to actually do graphic functions. This class is used by EZGraph, and we expect to see less direct usage of it by end-users as more analysis tools (such as EZGraph) internalize its functionality.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ActiveGraphCImpl()
           
ActiveGraphCImpl(ActiveGraphImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeC
setProbedSelector
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.objectbase.ProbeC
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

ActiveGraphCImpl

public ActiveGraphCImpl(ActiveGraphImpl nextPhase)

ActiveGraphCImpl

public ActiveGraphCImpl()