Uses of Enum
org.tweetyproject.comparator.NumericalPartialOrder.SortingType
-
Uses of NumericalPartialOrder.SortingType in org.tweetyproject.comparator
Modifier and TypeFieldDescriptionNumericalPartialOrder.sortingType
The method used for ordering the numerical values according to acceptability.Modifier and TypeMethodDescriptionNumericalPartialOrder.getSortingType()
Return the sorting type that is used for ranking values (descending, ascending or sorted lexicographically)Returns the enum constant of this type with the specified name.static NumericalPartialOrder.SortingType[]
NumericalPartialOrder.SortingType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NumericalPartialOrder.setSortingType
(NumericalPartialOrder.SortingType sortingType) Set the sorting type for ranking values.