|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeDirectory
Represents a directory of edges for use by the DijkstraAlgorithm
.
Method Summary | |
---|---|
java.util.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. |
Method Detail |
---|
int getPenalty(Vertex start, Vertex end)
start
- the start vertexend
- the end vertex
java.util.Iterator getDestinations(Vertex origin)
origin
- the origin from which to search for destinations
|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |