public interface EdgeDirectory
DijkstraAlgorithm
.Modifier and Type | Method and 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 © 2022 Apache Software Foundation. All rights reserved.