public interface ConflictResolver extends Serializable, Comparator
Since a fact or set of facts may activate multiple rules, a
ConflictResolutionStrategy
is used to provide priority
ordering of conflicting rules.
Activation
,
Tuple
,
org.kie.rule.Rule
Modifier and Type | Method and Description |
---|---|
int |
compare(Activation lhs,
Activation rhs) |
compare, equals
int compare(Activation lhs, Activation rhs)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.