Uses of Interface
org.graphstream.stream.AttributeSink
-
Uses of AttributeSink in org.graphstream.graph
Subinterfaces of AttributeSink 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 AttributeSink Modifier and Type Method Description Iterable<AttributeSink>Graph. attributeSinks()Returns an "iterable" ofAttributeSinkobjects registered to this graph. -
Uses of AttributeSink in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement AttributeSink 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 AttributeSink Modifier and Type Method Description Iterable<AttributeSink>AbstractGraph. attributeSinks()Methods in org.graphstream.graph.implementations with parameters of type AttributeSink Modifier and Type Method Description voidAbstractGraph. addAttributeSink(AttributeSink sink)voidAbstractGraph. removeAttributeSink(AttributeSink sink) -
Uses of AttributeSink in org.graphstream.stream
Subinterfaces of AttributeSink 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 AttributeSink 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 AttributeSink Modifier and Type Method Description Iterable<AttributeSink>SourceBase. attributeSinks()Methods in org.graphstream.stream with parameters of type AttributeSink Modifier and Type Method Description voidPipeAdapter. addAttributeSink(AttributeSink listener)voidSource. addAttributeSink(AttributeSink sink)Add a sink for attribute events only.voidSourceAdapter. addAttributeSink(AttributeSink sink)voidSourceBase. addAttributeSink(AttributeSink sink)voidTimeline. addAttributeSink(AttributeSink sink)voidPipeAdapter. removeAttributeSink(AttributeSink listener)voidSource. removeAttributeSink(AttributeSink sink)Remove an attribute sink.voidSourceAdapter. removeAttributeSink(AttributeSink sink)voidSourceBase. removeAttributeSink(AttributeSink sink)voidTimeline. removeAttributeSink(AttributeSink sink) -
Uses of AttributeSink in org.graphstream.stream.binary
Subinterfaces of AttributeSink 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 AttributeSink 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 AttributeSink in org.graphstream.stream.file
Subinterfaces of AttributeSink 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 AttributeSink 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 AttributeSink in org.graphstream.stream.file.gexf
Classes in org.graphstream.stream.file.gexf that implement AttributeSink Modifier and Type Class Description classGEXFclassGEXFAttributesclassGEXFEdgesclassGEXFNodes -
Uses of AttributeSink in org.graphstream.stream.netstream
Classes in org.graphstream.stream.netstream that implement AttributeSink Modifier and Type Class Description classNetStreamEncoder -
Uses of AttributeSink in org.graphstream.stream.rmi
Classes in org.graphstream.stream.rmi that implement AttributeSink Modifier and Type Class Description classRMISinkMethods in org.graphstream.stream.rmi with parameters of type AttributeSink Modifier and Type Method Description voidRMISource. addAttributeSink(AttributeSink listener)voidRMISource. removeAttributeSink(AttributeSink listener) -
Uses of AttributeSink in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement AttributeSink Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization. -
Uses of AttributeSink in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement AttributeSink Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.Methods in org.graphstream.ui.graphicGraph that return types with arguments of type AttributeSink Modifier and Type Method Description Iterable<AttributeSink>GraphicGraph. attributeSinks()Methods in org.graphstream.ui.graphicGraph with parameters of type AttributeSink Modifier and Type Method Description voidGraphicGraph. addAttributeSink(AttributeSink listener)voidGraphicGraph. removeAttributeSink(AttributeSink listener) -
Uses of AttributeSink in org.graphstream.ui.layout
Subinterfaces of AttributeSink in org.graphstream.ui.layout Modifier and Type Interface Description interfaceLayoutLayout algorithm interface. -
Uses of AttributeSink in org.graphstream.ui.layout.springbox
Classes in org.graphstream.ui.layout.springbox that implement AttributeSink 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 AttributeSink in org.graphstream.ui.layout.springbox.implementations
Classes in org.graphstream.ui.layout.springbox.implementations that implement AttributeSink Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of AttributeSink in org.graphstream.ui.spriteManager
Classes in org.graphstream.ui.spriteManager that implement AttributeSink Modifier and Type Class Description classSpriteManagerSet of sprites associated with a graph. -
Uses of AttributeSink in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement AttributeSink 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 AttributeSink in org.graphstream.util
Classes in org.graphstream.util that implement AttributeSink 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 AttributeSink in org.graphstream.util.cumulative
Classes in org.graphstream.util.cumulative that implement AttributeSink Modifier and Type Class Description classGraphSpells