Interface EdgeDirectory
- All Known Implementing Classes:
DefaultEdgeDirectory
public interface EdgeDirectory
Represents a directory of edges for use by the
DijkstraAlgorithm.-
Method Summary
Modifier and TypeMethodDescriptiongetDestinations(Vertex origin) Returns an iterator over all valid destinations for a given vertex.intgetPenalty(Vertex start, Vertex end) Returns the penalty between two vertices.
-
Method Details
-
getPenalty
-
getDestinations
-