|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.util.graph.ShortestPathBuilder<Node>
public class ShortestPathBuilder<Node>
Algorithm for computing the shortest path between a pair of nodes in a directed graph.
| Constructor Summary | |
|---|---|
ShortestPathBuilder(IGraph<Node> graph,
Node origNode,
IPathVisitor<Node> visitor)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getShortestPathTo(Node destNode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShortestPathBuilder(IGraph<Node> graph,
Node origNode,
IPathVisitor<Node> visitor)
| Method Detail |
|---|
public java.lang.String getShortestPathTo(Node destNode)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||