Class Dijkstra


  • public class Dijkstra
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dijkstra()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex​(java.lang.Object data)  
      java.util.List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo​(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source, net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dijkstra

        public Dijkstra()
    • Method Detail

      • addVertex

        public net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex​(java.lang.Object data)
      • getShortestPathTo

        public java.util.List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo​(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source,
                                                                                                 net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)