y.layout.planar
Class IntDSP
java.lang.Object
|
+--y.layout.planar.IntDSP
- public class IntDSP
- extends Object
An implementation of the Dijkstra Shortest Path Algorithm
for weighted graphs. This algorithm can't handle negative edge weights.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntDSP
public IntDSP()
init
public void init(Graph _graph)
dispose
public void dispose()
start
public EdgeList start(Node start,
Node end,
DataProvider weightData)