|
xmlgraphics-commons 1.4 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public int getPenalty(Vertex start,
Vertex end)
start - the start vertexend - the end vertex
public java.util.Iterator getDestinations(Vertex origin)
origin - the origin from which to search for destinations
|
xmlgraphics-commons 1.4 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||