Interface Pipe

All Superinterfaces:
AttributeSink, ElementSink, Sink, Source
All Known Subinterfaces:
Graph, Layout, ProxyPipe
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.

See Also:
Source, Sink