public class ShortestPathFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNLIMITEDMAX |
| Modifier and Type | Method and Description |
|---|---|
static <N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> |
calculateAllShortestDistanceDijkstra(DirectedGraph<N,E> graph) |
public static <N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> ShortestPathInfo<N,E> calculateAllShortestDistanceDijkstra(DirectedGraph<N,E> graph)