Class IntersectedPropertiesPriorityRule
- java.lang.Object
-
- org.openl.rules.table.properties.expressions.sequence.IntersectedPropertiesPriorityRule
-
- All Implemented Interfaces:
Comparator<ITableProperties>,IPriorityRule
public class IntersectedPropertiesPriorityRule extends Object implements IPriorityRule
-
-
Constructor Summary
Constructors Constructor Description IntersectedPropertiesPriorityRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ITableProperties tableProperties1, ITableProperties tableProperties2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(ITableProperties tableProperties1, ITableProperties tableProperties2)
- Specified by:
comparein interfaceComparator<ITableProperties>- Specified by:
comparein interfaceIPriorityRule- Returns:
- a negative integer, zero, or a positive integer as the first argument is more prior than, has the same priority to, or is less prior.
-
-