public interface ShortestPath<V,E>
| Modifier and Type | Method and Description |
|---|---|
Map<V,E> |
getIncomingEdgeMap(V source)
Returns a map from vertices to the last edge on the shortest path to that vertex
starting from
source. |
Map<V,E> getIncomingEdgeMap(V source)
source.source - the starting point for the shortest pathssourceCopyright © 2015. All rights reserved.