Uses of Class
com.bayesserver.data.discovery.SortOrder
-
Packages that use SortOrder Package Description com.bayesserver.data.discovery -
-
Uses of SortOrder in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return SortOrder Modifier and Type Method Description SortOrder
VariableDefinition. getSortOrder()
Gets the sort order for states of a new discrete variable.static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.data.discovery with parameters of type SortOrder Modifier and Type Method Description void
VariableDefinition. setSortOrder(SortOrder value)
Sets the sort order for states of a new discrete variable.
-