Package org.openl.rules.types.impl
Class DefaultTablePropertiesSorter
- java.lang.Object
-
- org.openl.rules.types.impl.DefaultTablePropertiesSorter
-
- All Implemented Interfaces:
ITablePropertiesSorter
public class DefaultTablePropertiesSorter extends Object implements ITablePropertiesSorter
-
-
Constructor Summary
Constructors Constructor Description DefaultTablePropertiesSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comparator<ITableProperties>>getMaxMinPriorityRules()Comparator<IOpenMethod>getMethodsComparator()List<IOpenMethod>sort(Collection<IOpenMethod> candidates)
-
-
-
Method Detail
-
sort
public List<IOpenMethod> sort(Collection<IOpenMethod> candidates)
- Specified by:
sortin interfaceITablePropertiesSorter
-
getMethodsComparator
public Comparator<IOpenMethod> getMethodsComparator()
- Specified by:
getMethodsComparatorin interfaceITablePropertiesSorter
-
getMaxMinPriorityRules
public List<Comparator<ITableProperties>> getMaxMinPriorityRules()
-
-