DefaultEdgeDirectory
public interface EdgeDirectory
DijkstraAlgorithm
.Modifier and Type | Method | Description |
---|---|---|
Iterator |
getDestinations(Vertex origin) |
Returns an iterator over all valid destinations for a given vertex.
|
int |
getPenalty(Vertex start,
Vertex end) |
Returns the penalty between two vertices.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.