public interface ShortestPath<V,E>
Modifier and Type | Method and Description |
---|---|
java.util.Map<V,E> |
getIncomingEdgeMap(V source)
Returns a
Map which maps each vertex
in the graph (including the source vertex)
to the last edge on the shortest path from the
source vertex. |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence