net.sourceforge.plantuml.geom
Class Dijkstra

java.lang.Object
  extended by net.sourceforge.plantuml.geom.Dijkstra

public class Dijkstra
extends Object


Constructor Summary
Dijkstra(int size)
           
 
Method Summary
 void addLink(int n1, int n2, double d)
           
 List<Integer> getBestPath()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dijkstra

public Dijkstra(int size)
Method Detail

addLink

public void addLink(int n1,
                    int n2,
                    double d)

getBestPath

public List<Integer> getBestPath()

getSize

public final int getSize()


Copyright © 2011. All Rights Reserved.