Modifier and Type | Interface and Description |
---|---|
interface |
Graph
An Interface that advises general purpose methods for handling graphs.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyPipe
Proxy pipe.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePipe
Allows to filter the attribute event stream.
|
class |
PipeAdapter
Adapter for the filter interface.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
GEXF |
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 |
GraphicGraph
Graph representation used in display classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Layout
Layout algorithm interface.
|
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.
|