public class SequentialConflictResolver extends AbstractConflictResolver
ConflictResolver
that uses the loadOrder of rules to resolve
conflict.getInstance()
,
org.kie.rule.Rule#getLoadOrder
,
Serialized FormConstructor and Description |
---|
SequentialConflictResolver()
Construct.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(Activation existing,
Activation adding) |
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 final int compare(Activation existing, Activation adding)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.