public class SequentialConflictResolver extends AbstractConflictResolver
ConflictResolver that uses the loadOrder of rules to resolve
conflict.getInstance(),
org.kie.rule.Rule#getLoadOrder,
Serialized Form| Constructor 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, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static ConflictResolver getInstance()
public final int compare(Activation existing, Activation adding)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.