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
Modifier and Type Method Description static GraphAlgorithm
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
GATDijkstraShortestPath
-
GATKShortestPath
-
GATConnectedComponents
-
-
Method Details
-
swigValue
public final int swigValue() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
-