|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Source in org.graphstream.graph |
---|
Subinterfaces of Source in org.graphstream.graph | |
---|---|
interface |
Graph
An 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 | |
---|---|
class |
AbstractGraph
This class provides a basic implementation of Graph interface, to minimize the effort
required to implement this interface. |
class |
AdjacencyListGraph
A lightweight graph class intended to allow the construction of big graphs (millions of elements). |
class |
DefaultGraph
Default implementation of graph. |
class |
MultiGraph
A graph implementation that supports multiple edges between two nodes. |
class |
SingleGraph
An 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 | |
---|---|
interface |
Pipe
Sink and source of graph events. |
interface |
ProxyPipe
Proxy pipe. |
Classes in org.graphstream.stream that implement Source | |
---|---|
class |
AttributePipe
Allows to filter the attribute event stream. |
class |
GraphReplay
A 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. |
class |
PipeAdapter
Adapter for the filter interface. |
class |
PipeBase
A base pipe that merely let all events pass. |
class |
SourceAdapter
Adapter for the input interface. |
class |
SourceBase
Base implementation of an input that provide basic sink handling. |
class |
Timeline
|
Uses of Source in org.graphstream.stream.file |
---|
Subinterfaces of Source in org.graphstream.stream.file | |
---|---|
interface |
FileSource
Source of graph events coming from a file. |
Classes in org.graphstream.stream.file that implement Source | |
---|---|
class |
FileSourceBase
Base for various graph file input. |
class |
FileSourceDGS
Class responsible for parsing files in the DGS format. |
class |
FileSourceDGS1And2
Class responsible for parsing files in the DGS format (old versions of the format). |
class |
FileSourceDOT
Graph reader for GraphViz "dot" files. |
class |
FileSourceEdge
Reader for the "edge" graph format. |
class |
FileSourceGEXF
File source for the GEXF file format used by Gephi. |
class |
FileSourceGML
A GML parser. |
class |
FileSourceGPX
Source to read GPX (GPS eXchange Format) data an XML extension to exchange gps coordinates, routes and tracks. |
class |
FileSourceGraphML
GraphML is a comprehensive and easy-to-use file format for graphs. |
class |
FileSourceLGL
Reader for the "LGL" graph format. |
class |
FileSourceNCol
Reader for the "ncol" graph format. |
class |
FileSourcePajek
A parser for the Pajek NET format. |
class |
FileSourceParser
This defines source using a Parser object
to parse a stream and generate graph events. |
class |
FileSourceTLP
Source for the Tulip file format (TLP). |
class |
FileSourceXML
Base for XML-based file format. |
Uses of Source in org.graphstream.stream.file.dgs |
---|
Classes in org.graphstream.stream.file.dgs that implement Source | |
---|---|
class |
OldFileSourceDGS
Class responsible for parsing files in the DGS format. |
Uses of Source in org.graphstream.stream.net |
---|
Subinterfaces of Source in org.graphstream.stream.net | |
---|---|
interface |
URLSource
Graph event input source from an URL. |
Classes in org.graphstream.stream.net that implement Source | |
---|---|
class |
HTTPSource
This source allows to control a graph from a web browser. |
Uses of Source in org.graphstream.stream.rmi |
---|
Classes in org.graphstream.stream.rmi that implement Source | |
---|---|
class |
RMISource
|
Uses of Source in org.graphstream.stream.thread |
---|
Classes in org.graphstream.stream.thread that implement Source | |
---|---|
class |
ThreadProxyPipe
Filter that allows to pass graph events between two threads without explicit synchronization. |
Constructors in org.graphstream.stream.thread with parameters of type Source | |
---|---|
ThreadProxyPipe(Source input)
Listen at an input in a given thread and redirect all events to GraphListeners that may be in another thread. |
|
ThreadProxyPipe(Source input,
org.miv.mbox.MBox sharedMBox)
Like ThreadProxyPipe.ThreadProxyPipe(Source) , but allow to share the message box
with another message processor. |
Uses of Source in org.graphstream.ui.graphicGraph |
---|
Classes in org.graphstream.ui.graphicGraph that implement Source | |
---|---|
class |
GraphicGraph
Graph representation used in display classes. |
Uses of Source in org.graphstream.ui.layout |
---|
Subinterfaces of Source in org.graphstream.ui.layout | |
---|---|
interface |
Layout
Layout algorithm interface. |
Constructors in org.graphstream.ui.layout with parameters of type Source | |
---|---|
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 | |
---|---|
class |
BarnesHutLayout
Base 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 | |
---|---|
class |
LinLog
|
class |
SpringBox
The GraphStream Spring-Box layout. |
Uses of Source in org.graphstream.ui.swingViewer |
---|
Classes in org.graphstream.ui.swingViewer that implement Source | |
---|---|
class |
ViewerPipe
Shell around a proxy pipe coming from the viewer allowing to put viewer listeners on a viewer that runs in a distinct thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |