Uses of Interface
org.graphstream.stream.Source
-
Uses of Source in org.graphstream.graph
Subinterfaces of Source in org.graphstream.graph Modifier and Type Interface Description interfaceGraphAn Interface that advises general purpose methods for handling graphs. -
Uses of Source in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Source 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. -
Uses of Source in org.graphstream.stream
Subinterfaces of Source in org.graphstream.stream Modifier and Type Interface Description interfacePipeSink and source of graph events.interfaceProxyPipeProxy pipe.static interfaceReplayable.ControllerA controller used to replay a source.Classes in org.graphstream.stream that implement Source Modifier and Type Class Description classAttributePipeAllows to filter the attribute event stream.classGraphReplayA simple source of graph events that takes an existing graph and creates a flow of events by enumerating all nodes, edges and attributes of the graph.classPipeAdapterAdapter for the filter interface.classPipeBaseA base pipe that merely let all events pass.classSourceAdapterAdapter for the input interface.classSourceBaseBase implementation of an input that provide basic sink handling.classTimelineMethods in org.graphstream.stream with parameters of type Source Modifier and Type Method Description voidTimeline. begin(Source source)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 Source in org.graphstream.stream.binary
Subinterfaces of Source in org.graphstream.stream.binary Modifier and Type Interface Description interfaceByteDecoderDecode an event that has been encoded into a binary buffer and dispatch this event to its sources.Classes in org.graphstream.stream.binary that implement Source 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 Source in org.graphstream.stream.file
Subinterfaces of Source in org.graphstream.stream.file Modifier and Type Interface Description interfaceFileSourceSource of graph events coming from a file.Classes in org.graphstream.stream.file that implement Source Modifier and Type Class Description classFileSinkGEXF2classFileSourceBaseBase for various graph file input.classFileSourceDGSClass responsible for parsing files in the DGS format.classFileSourceDGS1And2Class responsible for parsing files in the DGS format (old versions of the format).classFileSourceDOTGraph reader for GraphViz "dot" files.classFileSourceEdgeReader for the "edge" graph format.classFileSourceGEXFclassFileSourceGMLA GML parser.classFileSourceGPXSource to read GPX (GPS eXchange Format) data an XML extension to exchange gps coordinates, routes and tracks.classFileSourceGraphMLGraphML is a comprehensive and easy-to-use file format for graphs.classFileSourceLGLReader for the "LGL" graph format.classFileSourceNColReader for the "ncol" graph format.classFileSourcePajekA parser for the Pajek NET format.classFileSourceParserThis defines source using aParserobject to parse a stream and generate graph events.classFileSourceTLPSource for the Tulip file format (TLP).classFileSourceXMLBase for XML-based file format. -
Uses of Source in org.graphstream.stream.file.dgs
Classes in org.graphstream.stream.file.dgs that implement Source Modifier and Type Class Description classOldFileSourceDGSClass responsible for parsing files in the DGS format. -
Uses of Source in org.graphstream.stream.file.gexf
Classes in org.graphstream.stream.file.gexf that implement Source Modifier and Type Class Description classGEXF -
Uses of Source in org.graphstream.stream.net
Subinterfaces of Source in org.graphstream.stream.net Modifier and Type Interface Description interfaceURLSourceGraph event input source from an URL. -
Uses of Source in org.graphstream.stream.netstream
Classes in org.graphstream.stream.netstream that implement Source Modifier and Type Class Description classNetStreamDecoder -
Uses of Source in org.graphstream.stream.rmi
Classes in org.graphstream.stream.rmi that implement Source Modifier and Type Class Description classRMISource -
Uses of Source in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement Source Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization.Methods in org.graphstream.stream.thread with parameters of type Source Modifier and Type Method Description voidThreadProxyPipe. init(Source source)Init the proxy.voidThreadProxyPipe. init(Source source, boolean replay)Init the proxy.Constructors in org.graphstream.stream.thread with parameters of type Source Constructor Description ThreadProxyPipe(Source input)Deprecated.Use the default constructor and then call theThreadProxyPipe.init(Source)method.ThreadProxyPipe(Source input, boolean replay)Deprecated.Use the default constructor and then call theThreadProxyPipe.init(Source)method.ThreadProxyPipe(Source input, Sink initialListener, boolean replay)Deprecated.Use the default constructor and then call theThreadProxyPipe.init(Source)method. -
Uses of Source in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement Source Modifier and Type Class Description classGraphicGraphGraph representation used in display classes. -
Uses of Source in org.graphstream.ui.layout
Subinterfaces of Source in org.graphstream.ui.layout Modifier and Type Interface Description interfaceLayoutLayout algorithm interface.Constructors in org.graphstream.ui.layout with parameters of type Source Constructor Description LayoutRunner(Source source, Layout layout)New layout runner that listens at the given source and compute a layout on its graph structure in a distinct thread.LayoutRunner(Source source, Layout layout, boolean start)New layout runner that listen at the given source and compute a layout on its graph structure in a distinct thread. -
Uses of Source in org.graphstream.ui.layout.springbox
Classes in org.graphstream.ui.layout.springbox that implement Source 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 Source in org.graphstream.ui.layout.springbox.implementations
Classes in org.graphstream.ui.layout.springbox.implementations that implement Source Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of Source in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement Source 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.Methods in org.graphstream.ui.view with parameters of type Source Modifier and Type Method Description abstract voidViewer. init(GraphicGraph graph, ProxyPipe ppipe, Source source)Initialise the viewer. -
Uses of Source in org.graphstream.util
Classes in org.graphstream.util that implement Source Modifier and Type Class Description classGraphListenersHelper object to handle events producted by a graph.