|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||