Uses of Interface
org.graphstream.stream.ElementSink
-
Uses of ElementSink in org.graphstream.graph
Subinterfaces of ElementSink in org.graphstream.graph Modifier and Type Interface Description interfaceGraphAn Interface that advises general purpose methods for handling graphs.Methods in org.graphstream.graph that return types with arguments of type ElementSink Modifier and Type Method Description Iterable<ElementSink>Graph. elementSinks()Returns an "iterable" ofElementSinkobjects registered to this graph. -
Uses of ElementSink in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement ElementSink 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 that return types with arguments of type ElementSink Modifier and Type Method Description Iterable<ElementSink>AbstractGraph. elementSinks()Methods in org.graphstream.graph.implementations with parameters of type ElementSink Modifier and Type Method Description voidAbstractGraph. addElementSink(ElementSink sink)voidAbstractGraph. removeElementSink(ElementSink sink) -
Uses of ElementSink in org.graphstream.stream
Subinterfaces of ElementSink in org.graphstream.stream Modifier and Type Interface Description interfacePipeSink and source of graph events.interfaceProxyPipeProxy pipe.interfaceSinkSink of graph events.Classes in org.graphstream.stream that implement ElementSink 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 that return types with arguments of type ElementSink Modifier and Type Method Description Iterable<ElementSink>SourceBase. elementSinks()Methods in org.graphstream.stream with parameters of type ElementSink Modifier and Type Method Description voidPipeAdapter. addElementSink(ElementSink listener)voidSource. addElementSink(ElementSink sink)Add a sink for elements events only.voidSourceAdapter. addElementSink(ElementSink sink)voidSourceBase. addElementSink(ElementSink sink)voidTimeline. addElementSink(ElementSink sink)voidPipeAdapter. removeElementSink(ElementSink listener)voidSource. removeElementSink(ElementSink sink)Remove an element sink.voidSourceAdapter. removeElementSink(ElementSink sink)voidSourceBase. removeElementSink(ElementSink sink)voidTimeline. removeElementSink(ElementSink sink) -
Uses of ElementSink in org.graphstream.stream.binary
Subinterfaces of ElementSink 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 ElementSink 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 ElementSink in org.graphstream.stream.file
Subinterfaces of ElementSink 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 ElementSink 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 ElementSink in org.graphstream.stream.file.gexf
Classes in org.graphstream.stream.file.gexf that implement ElementSink Modifier and Type Class Description classGEXFclassGEXFEdgesclassGEXFNodes -
Uses of ElementSink in org.graphstream.stream.netstream
Classes in org.graphstream.stream.netstream that implement ElementSink Modifier and Type Class Description classNetStreamEncoder -
Uses of ElementSink in org.graphstream.stream.rmi
Classes in org.graphstream.stream.rmi that implement ElementSink Modifier and Type Class Description classRMISinkMethods in org.graphstream.stream.rmi with parameters of type ElementSink Modifier and Type Method Description voidRMISource. addElementSink(ElementSink listener)voidRMISource. removeElementSink(ElementSink listener) -
Uses of ElementSink in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement ElementSink Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization. -
Uses of ElementSink in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement ElementSink Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.Methods in org.graphstream.ui.graphicGraph that return types with arguments of type ElementSink Modifier and Type Method Description Iterable<ElementSink>GraphicGraph. elementSinks()Methods in org.graphstream.ui.graphicGraph with parameters of type ElementSink Modifier and Type Method Description voidGraphicGraph. addElementSink(ElementSink listener)voidGraphicGraph. removeElementSink(ElementSink listener) -
Uses of ElementSink in org.graphstream.ui.layout
Subinterfaces of ElementSink in org.graphstream.ui.layout Modifier and Type Interface Description interfaceLayoutLayout algorithm interface. -
Uses of ElementSink in org.graphstream.ui.layout.springbox
Classes in org.graphstream.ui.layout.springbox that implement ElementSink 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 ElementSink in org.graphstream.ui.layout.springbox.implementations
Classes in org.graphstream.ui.layout.springbox.implementations that implement ElementSink Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of ElementSink in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement ElementSink 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 ElementSink in org.graphstream.util
Classes in org.graphstream.util that implement ElementSink 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. -
Uses of ElementSink in org.graphstream.util.cumulative
Classes in org.graphstream.util.cumulative that implement ElementSink Modifier and Type Class Description classGraphSpells