Modifier and Type | Class and Description |
---|---|
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 |
PipeBase
A base pipe that merely let all events pass.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteProxy
This class is a proxy that can exchange event binary-encoded (opposed to
text-encoder) with another proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSinkGEXF2 |
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
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OldFileSourceDGS
Class responsible for parsing files in the DGS format.
|
Modifier and Type | Class and Description |
---|---|
class |
GEXF |
Modifier and Type | Class and Description |
---|---|
class |
NetStreamDecoder |
Modifier and Type | Class and Description |
---|---|
class |
ThreadProxyPipe
Filter that allows to pass graph events between two threads without explicit
synchronization.
|
Modifier and Type | Class and Description |
---|---|
class |
BarnesHutLayout
Base implementation of a Barnes-Hut space decomposition and particle
interaction algorithm to be used for force-based layout algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
LinLog |
class |
SpringBox
The GraphStream Spring-Box layout.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphListeners
Helper object to handle events producted by a graph.
|