| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.planar.IntDSP
public class IntDSP
An implementation of the Dijkstra Shortest Path Algorithm for weighted graphs. This algorithm can't handle negative edge weights.
| Constructor Summary | |
|---|---|
| IntDSP() | |
| Method Summary | |
|---|---|
|  void | dispose() | 
|  void | init(Graph _graph) | 
|  EdgeList | start(Node start,
      Node end,
      DataProvider weightData) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IntDSP()
| Method Detail | 
|---|
public void init(Graph _graph)
public void dispose()
public EdgeList start(Node start,
                      Node end,
                      DataProvider weightData)
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||