-
Subinterfaces of Structure in org.graphstream.graph
| Modifier and Type |
Interface |
Description |
interface |
Graph |
An Interface that advises general purpose methods for handling graphs.
|
-
Classes in org.graphstream.graph.implementations that implement Structure
| Modifier and Type |
Class |
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.
|
-