public interface EdgeDirectory
DijkstraAlgorithm
.限定符和类型 | 方法和说明 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.