org.graphstream.stream
Interface Pipe

All Superinterfaces:
AttributeSink, ElementSink, Sink, Source
All Known Subinterfaces:
Graph, Layout, ProxyPipe
All Known Implementing Classes:
AbstractGraph, AdjacencyListGraph, AttributePipe, BarnesHutLayout, DefaultGraph, GraphicGraph, LinLog, MultiGraph, PipeAdapter, PipeBase, SingleGraph, SpringBox, ThreadProxyPipe, ThreadProxyPipeOld, 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.

See Also:
Source, Sink

Method Summary
 
Methods inherited from interface org.graphstream.stream.Source
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink
 
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
 



Copyright © 2013. All Rights Reserved.