Package org.graphstream.stream
Interface Pipe
- All Superinterfaces:
AttributeSink
,ElementSink
,Sink
,Source
- All Known Implementing Classes:
AbstractGraph
,AdjacencyListGraph
,AttributePipe
,BarnesHutLayout
,ByteProxy
,DefaultGraph
,FileSinkGEXF2
,GEXF
,GraphicGraph
,GraphListeners
,LinLog
,MultiGraph
,PipeAdapter
,PipeBase
,SingleGraph
,SpringBox
,ThreadProxyPipe
,ViewerPipe
public interface Pipe extends Source, Sink
Sink and source of graph events.
A filter is something that can receive graph events and produce graph events as a result or transformation.
-
Method Summary
Methods inherited from interface org.graphstream.stream.AttributeSink
edgeAttributeAdded, edgeAttributeChanged, edgeAttributeRemoved, graphAttributeAdded, graphAttributeChanged, graphAttributeRemoved, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeRemoved
Methods inherited from interface org.graphstream.stream.ElementSink
edgeAdded, edgeRemoved, graphCleared, nodeAdded, nodeRemoved, stepBegins
Methods inherited from interface org.graphstream.stream.Source
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink