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 1999-2012 The Apache Software Foundation. All Rights Reserved.