public final class GraphAlgorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static GraphAlgorithm |
GATConnectedComponents |
static GraphAlgorithm |
GATDijkstraShortestPath |
static GraphAlgorithm |
GATKShortestPath |
Modifier and Type | Method and Description |
---|---|
static GraphAlgorithm |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final GraphAlgorithm GATDijkstraShortestPath
public static final GraphAlgorithm GATKShortestPath
public static final GraphAlgorithm GATConnectedComponents
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static GraphAlgorithm swigToEnum(int swigValue)