Package org.drools.core.conflict
Class MatchConflictResolver
java.lang.Object
org.drools.core.conflict.MatchConflictResolver
- All Implemented Interfaces:
Serializable,Comparator<InternalMatch>,ConflictResolver<InternalMatch>
public class MatchConflictResolver
extends Object
implements ConflictResolver<InternalMatch>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intcompare(InternalMatch existing, InternalMatch adding) static final intdoCompare(InternalMatch existing, InternalMatch adding) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MatchConflictResolver
public MatchConflictResolver()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<InternalMatch>
-
doCompare
-