public class SalienceConflictResolver extends AbstractConflictResolver
ConflictResolver
that uses the salience of rules to resolve
conflict.getInstance()
,
org.kie.rule.Rule#getSalience
,
Serialized FormConstructor 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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static ConflictResolver getInstance()
public int compare(Activation lhs, Activation rhs)
ConflictResolver
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.