Uses of Class
org.graphstream.graph.implementations.AbstractGraph
| Package | Description |
|---|---|
| org.graphstream.graph.implementations |
-
Uses of AbstractGraph in org.graphstream.graph.implementations
Subclasses of AbstractGraph in org.graphstream.graph.implementations Modifier and Type Class Description classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes.Constructors in org.graphstream.graph.implementations with parameters of type AbstractGraph Constructor Description MultiNode(AbstractGraph graph, String id)