Package org.openl.rules.types.impl
Interface ITablePropertiesSorter
-
- All Known Implementing Classes:
DefaultTablePropertiesSorter
public interface ITablePropertiesSorterSorts tables candidates in dispatcher to determine the most suitable table to invoke. It is related with DecisionTable concept that defines: The first rule that satisfies conditions will be fired.So if we have several tables that corresponds current context dispatcher will select the first(sequence defined by the sorter).
- Author:
- PUdalau
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comparator<IOpenMethod>getMethodsComparator()List<IOpenMethod>sort(Collection<IOpenMethod> candidates)
-
-
-
Method Detail
-
sort
List<IOpenMethod> sort(Collection<IOpenMethod> candidates)
-
getMethodsComparator
Comparator<IOpenMethod> getMethodsComparator()
-
-