Interface | Description |
---|---|
DirectedGraph<V,E> | Deprecated
In favor of
Graph . |
EdgeFactory<V,E> |
An edge factory used by graphs for creating new edges.
|
Graph<V,E> |
The root interface in the graph hierarchy.
|
GraphMapping<V,E> |
GraphMapping represents a bidirectional mapping between two graphs (called graph1 and graph2),
which allows the caller to obtain the matching vertex or edge in either direction, from graph1 to
graph2, or from graph2 to graph1.
|
GraphPath<V,E> | |
GraphType |
A graph type.
|
ListenableGraph<V,E> |
A graph that supports listeners on structural change events.
|
UndirectedGraph<V,E> | Deprecated
In favor of
Graph . |
VertexFactory<V> |
A vertex factory used by graph algorithms for creating new vertices.
|
WeightedGraph<V,E> | Deprecated
In favor of
Graph . |
Class | Description |
---|---|
GraphMetrics |
Collection of methods which provide numerical graph information.
|
Graphs |
A collection of utilities to assist with graph manipulation.
|
GraphTests |
A collection of utilities to test for various graph properties.
|
Graph
.Copyright © 2017. All rights reserved.