Uses of Class
org.graphstream.algorithm.Dijkstra.Element

Packages that use Dijkstra.Element
org.graphstream.algorithm   
 

Uses of Dijkstra.Element in org.graphstream.algorithm
 

Methods in org.graphstream.algorithm that return Dijkstra.Element
static Dijkstra.Element Dijkstra.Element.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Dijkstra.Element[] Dijkstra.Element.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.graphstream.algorithm with parameters of type Dijkstra.Element
Dijkstra(Dijkstra.Element element, String attribute)
          Same as Dijkstra.Dijkstra(Element, String, String) but source node id will be set to null.
Dijkstra(Dijkstra.Element element, String attribute, String sourceNodeId)
          Computes the Dijkstra's algorithm on the given graph starting from the given source node, considering the given attribute locates on the given kind of elements (nodes or edges).
 



Copyright © 2011. All Rights Reserved.