Uses of Enum
org.tweetyproject.comparator.NumericalPartialOrder.SortingType
Packages that use NumericalPartialOrder.SortingType
-
Uses of NumericalPartialOrder.SortingType in org.tweetyproject.comparator
Fields in org.tweetyproject.comparator declared as NumericalPartialOrder.SortingTypeModifier and TypeFieldDescriptionNumericalPartialOrder.sortingType
The method used for ordering the numerical values according to acceptability.Methods in org.tweetyproject.comparator that return NumericalPartialOrder.SortingTypeModifier 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.Methods in org.tweetyproject.comparator with parameters of type NumericalPartialOrder.SortingTypeModifier and TypeMethodDescriptionvoid
NumericalPartialOrder.setSortingType
(NumericalPartialOrder.SortingType sortingType) Set the sorting type for ranking values.