public final class GraphAlgorithm extends 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() |
String |
toString() |
public static final GraphAlgorithm GATDijkstraShortestPath
public static final GraphAlgorithm GATKShortestPath
public static final GraphAlgorithm GATConnectedComponents
public final int swigValue()
public static GraphAlgorithm swigToEnum(int swigValue)