| Package | Description | 
|---|---|
| org.graphstream.graph.implementations | |
| org.graphstream.stream | |
| org.graphstream.stream.binary | 
| 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 | Class and Description | 
|---|---|
class  | 
Timeline  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Replayable.replay(Replayable source,
      Sink sink)
Util method to replay a replayable source into a sink. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ByteProxy.setReplayable(Replayable replayable)
Set the stream that can be replayed on a new connection. 
 |