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.
|
compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static ConflictResolver getInstance()
public final int compare(Activation existing, Activation adding)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.