public class SalienceConflictResolver extends AbstractConflictResolver
ConflictResolver that uses the salience of rules to resolve
conflict.getInstance(),
org.kie.rule.Rule#getSalience,
Serialized Form| Constructor and Description |
|---|
SalienceConflictResolver()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Activation lhs,
Activation rhs) |
static ConflictResolver |
getInstance()
Retrieve the singleton instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static ConflictResolver getInstance()
public int compare(Activation lhs, Activation rhs)
ConflictResolverCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.