Package org.gdal.gnm
Class GraphAlgorithm
- java.lang.Object
-
- org.gdal.gnm.GraphAlgorithm
-
public final class GraphAlgorithm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static GraphAlgorithm
GATConnectedComponents
static GraphAlgorithm
GATDijkstraShortestPath
static GraphAlgorithm
GATKShortestPath
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphAlgorithm
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
Field Detail
-
GATDijkstraShortestPath
public static final GraphAlgorithm GATDijkstraShortestPath
-
GATKShortestPath
public static final GraphAlgorithm GATKShortestPath
-
GATConnectedComponents
public static final GraphAlgorithm GATConnectedComponents
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
public static GraphAlgorithm swigToEnum(int swigValue)
-
-