Interface EdgeDirectory
-
- All Known Implementing Classes:
DefaultEdgeDirectory
public interface EdgeDirectoryRepresents a directory of edges for use by theDijkstraAlgorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IteratorgetDestinations(Vertex origin)Returns an iterator over all valid destinations for a given vertex.intgetPenalty(Vertex start, Vertex end)Returns the penalty between two vertices.
-