Uses of Class
org.graphstream.algorithm.Dijkstra.Element
Package | Description |
---|---|
org.graphstream.algorithm |
-
Uses of Dijkstra.Element in org.graphstream.algorithm
Methods in org.graphstream.algorithm that return Dijkstra.Element Modifier and Type Method Description 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 Constructor Description Dijkstra(Dijkstra.Element element, String resultAttribute, String lengthAttribute)
Constructs an instance with the specified parameters.Dijkstra(Dijkstra.Element element, String resultAttribute, String lengthAttribute, String flagAttribute, Object flagOn, Object flagOff)
Constructs an instance with the specified parameters.