请参阅: 说明
| 接口 | 说明 |
|---|---|
| BaseGraph |
a read-only graph interface
|
| Graph |
An abstract graph that support more operations compared to
BaseGraph |
| 类 | 说明 |
|---|---|
| DirectedGraph |
A directed graph in which the edges is store in a HashMap.
|
| EntityGraph<E> |
Entity graph here is a graph whose vertices are Java objects.
|
| Graphs |
This class provides some static methods for constructing a graph from matrix, operating
on graph.
|
| ShortestPath | |
| UndirectedGraph |
A undirected graph in which the edges is store in a HashMap.
|
| VertexPair |
A unordered pair of two vertices.
|
Graphs.connectedComponents(BaseGraph),
obtaining shortest pathsShortestPath.Copyright © 2019. All rights reserved.