Uses of Class
org.insa.graphs.algorithm.AbstractInputData.Mode
-
Packages that use AbstractInputData.Mode Package Description org.insa.graphs.algorithm -
-
Uses of AbstractInputData.Mode in org.insa.graphs.algorithm
Methods in org.insa.graphs.algorithm that return AbstractInputData.Mode Modifier and Type Method Description AbstractInputData.Mode
AbstractInputData. getMode()
AbstractInputData.Mode
ArcInspector. getMode()
static AbstractInputData.Mode
AbstractInputData.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractInputData.Mode[]
AbstractInputData.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-