public class AllPairsShortestPath
extends java.lang.Object
| Constructor and Description |
|---|
AllPairsShortestPath(Graph graph,
boolean edgesAreDirected) |
AllPairsShortestPath(java.util.List<Node> nodes,
boolean edgesAreDirected) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
distance(Node from,
Node to) |
int |
longestPath() |