swarm.analysis
Interface ActiveGraphC

All Known Implementing Classes:
ActiveGraphCImpl

public interface ActiveGraphC
extends MessageProbeC, MessageProbeS

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.


Method Summary
 java.lang.Object setDataFeed(java.lang.Object d)
          Sets the object that will be probed for data.
 java.lang.Object setElement(java.lang.Object ge)
          Sets the graph element used to draw on.
 
Methods inherited from interface swarm.objectbase.MessageProbeC
create$setProbedSelector, setProbedMethodName, setProbedSelector
 
Methods inherited from interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass, setProbedObject
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setElement

public java.lang.Object setElement(java.lang.Object ge)
Sets the graph element used to draw on.

setDataFeed

public java.lang.Object setDataFeed(java.lang.Object d)
Sets the object that will be probed for data.