Uses of Interface
org.graphstream.stream.Sink
-
Uses of Sink in org.graphstream.graph
Subinterfaces of Sink in org.graphstream.graph Modifier and Type Interface Description interfaceGraphAn Interface that advises general purpose methods for handling graphs. -
Uses of Sink in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Sink Modifier and Type Class Description classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes.Methods in org.graphstream.graph.implementations with parameters of type Sink Modifier and Type Method Description voidAbstractGraph. addSink(Sink sink)voidAbstractGraph. removeSink(Sink sink) -
Uses of Sink in org.graphstream.stream
Subinterfaces of Sink in org.graphstream.stream Modifier and Type Interface Description interfacePipeSink and source of graph events.interfaceProxyPipeProxy pipe.Classes in org.graphstream.stream that implement Sink Modifier and Type Class Description classAnnotatedSinkA sink easily allowing a bind between attribute modifications and method calls.classAttributePipeAllows to filter the attribute event stream.classPipeAdapterAdapter for the filter interface.classPipeBaseA base pipe that merely let all events pass.classSinkAdapterAdapter for theSinkinterface.Methods in org.graphstream.stream with parameters of type Sink Modifier and Type Method Description voidPipeAdapter. addSink(Sink listener)voidSource. addSink(Sink sink)Add a sink for all graph events (attributes and graph elements) coming from this source.voidSourceAdapter. addSink(Sink sink)voidSourceBase. addSink(Sink sink)voidTimeline. addSink(Sink sink)voidTimeline. play(double from, double to, Sink sink)voidTimeline. play(Sink sink)voidTimeline. playback(Sink sink)voidPipeAdapter. removeSink(Sink listener)voidSource. removeSink(Sink sink)Remove a sink.voidSourceAdapter. removeSink(Sink sink)voidSourceBase. removeSink(Sink sink)voidTimeline. removeSink(Sink sink)static voidReplayable. replay(Replayable source, Sink sink)Util method to replay a replayable source into a sink.static voidReplayable. tryReplay(Source source, Sink sink)Same asReplayable.replay(Replayable, Sink)but the first parameter is just aSourceand it will be replayed only if the Replayable interface is implemented. -
Uses of Sink in org.graphstream.stream.binary
Subinterfaces of Sink in org.graphstream.stream.binary Modifier and Type Interface Description interfaceByteEncoderDefine an encoder that transform received events into a binary buffer.Classes in org.graphstream.stream.binary that implement Sink Modifier and Type Class Description classByteProxyThis class is a proxy that can exchange event binary-encoded (opposed to text-encoder) with another proxy. -
Uses of Sink in org.graphstream.stream.file
Subinterfaces of Sink in org.graphstream.stream.file Modifier and Type Interface Description interfaceFileSinkOutput a graph or graph events to a file.Classes in org.graphstream.stream.file that implement Sink Modifier and Type Class Description classFileSinkBaseBase implementation for graph output to files.classFileSinkBaseFilteredBase implementation for filtered graph output to files.classFileSinkDGSFile output for the DGS (Dynamic Graph Stream) file format.classFileSinkDGSFilteredFile output for the DGS (Dynamic Graph Stream) file format.classFileSinkDOTGraph writer for the GraphViz DOT format.classFileSinkDynamicGMLTransform the input events into a GML graph.classFileSinkGEXFclassFileSinkGEXF2classFileSinkGMLTransform the input events into a GML graph.classFileSinkGraphMLclassFileSinkImagesOutput graph in image files.classFileSinkSVGclassFileSinkTikZAn export of a graph to PGF/TikZ format.classFileSinkUnstyledSVGTransforms a graph into a SVG description. -
Uses of Sink in org.graphstream.stream.file.gexf
Classes in org.graphstream.stream.file.gexf that implement Sink Modifier and Type Class Description classGEXFclassGEXFEdgesclassGEXFNodes -
Uses of Sink in org.graphstream.stream.netstream
Classes in org.graphstream.stream.netstream that implement Sink Modifier and Type Class Description classNetStreamEncoder -
Uses of Sink in org.graphstream.stream.rmi
Classes in org.graphstream.stream.rmi that implement Sink Modifier and Type Class Description classRMISinkMethods in org.graphstream.stream.rmi with parameters of type Sink Modifier and Type Method Description voidRMISource. addSink(Sink listener)voidRMISource. removeSink(Sink listener) -
Uses of Sink in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement Sink Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization.Constructors in org.graphstream.stream.thread with parameters of type Sink Constructor Description ThreadProxyPipe(Source input, Sink initialListener, boolean replay)Deprecated.Use the default constructor and then call theThreadProxyPipe.init(Source)method. -
Uses of Sink in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement Sink Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.Methods in org.graphstream.ui.graphicGraph with parameters of type Sink Modifier and Type Method Description voidGraphicGraph. addSink(Sink listener)voidGraphicGraph. removeSink(Sink listener) -
Uses of Sink in org.graphstream.ui.layout
Subinterfaces of Sink in org.graphstream.ui.layout Modifier and Type Interface Description interfaceLayoutLayout algorithm interface. -
Uses of Sink in org.graphstream.ui.layout.springbox
Classes in org.graphstream.ui.layout.springbox that implement Sink Modifier and Type Class Description classBarnesHutLayoutBase implementation of a Barnes-Hut space decomposition and particle interaction algorithm to be used for force-based layout algorithms. -
Uses of Sink in org.graphstream.ui.layout.springbox.implementations
Classes in org.graphstream.ui.layout.springbox.implementations that implement Sink Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of Sink in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement Sink Modifier and Type Class Description classViewerPipeShell around a proxy pipe coming from the viewer allowing to put viewer listeners on a viewer that runs in a distinct thread. -
Uses of Sink in org.graphstream.util
Classes in org.graphstream.util that implement Sink Modifier and Type Class Description classGraphListenersHelper object to handle events producted by a graph.classStepCounterCount the step of a stream.classVerboseSinkA sink that can be used to display event in a PrintStream like System.out.Methods in org.graphstream.util with parameters of type Sink Modifier and Type Method Description voidGraphDiff. apply(String sourceId, Sink g1)voidGraphDiff. apply(Sink g1)Considering this object is a diff between g1 and g2, calling this method will applied changes on g1 such that g1 will look like g2.voidGraphDiff. reverse(String sourceId, Sink g2)voidGraphDiff. reverse(Sink g2)Considering this object is a diff between g1 and g2, calling this method will applied changes on g2 such that g2 will look like g1. -
Uses of Sink in org.graphstream.util.cumulative
Classes in org.graphstream.util.cumulative that implement Sink Modifier and Type Class Description classGraphSpells