Package | Description |
---|---|
org.graphstream.graph.implementations |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
MultiNode(AbstractGraph graph,
java.lang.String id) |