swarm.analysis
Class ActiveGraphImpl

java.lang.Object
  |
  +--swarm.analysis.ActiveGraphImpl

public class ActiveGraphImpl
extends Object
implements MessageProbeS, MessageProbe, ActiveGraphS, ActiveGraph

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.


Constructor Summary
ActiveGraphImpl()
           
ActiveGraphImpl(ZoneImpl aZone)
          Default constructor for Impl class
ActiveGraphImpl(ZoneImpl aZone, Selector aSel)
          Convenience factory method for common case.
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods implemented by this class for interface swarm.objectbase.MessageProbe
doubleDynamicCallOn, getArgCount, getArgName, getHideResult, getProbedMessage, isArgumentId, isResultId, longDynamicCallOn, objectDynamicCallOn, setArg$ToString, stringDynamicCallOn
 
Methods implemented by this class for interface swarm.analysis.ActiveGraph
setDataFeed, setElement, step
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.objectbase.Probe
clone, getProbedClass, getProbedType
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveGraphImpl

public ActiveGraphImpl()

ActiveGraphImpl

public ActiveGraphImpl(ZoneImpl aZone,
                       Selector aSel)
Convenience factory method for common case.

ActiveGraphImpl

public ActiveGraphImpl(ZoneImpl aZone)
Default constructor for Impl class