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 GraphAlgorithmGATConnectedComponentsstatic GraphAlgorithmGATDijkstraShortestPathstatic GraphAlgorithmGATKShortestPath
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphAlgorithmswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
swigToEnum
public static GraphAlgorithm swigToEnum(int swigValue)
-
-