public class CompositeConflictResolver extends AbstractConflictResolver
Since a fact or set of facts may activate multiple rules, a
ConflictResolutionStrategy
is used to provide priority
ordering of conflicting rules.
Activation
,
org.kie.spi.Tuple
,
org.kie.rule.Rule
,
Serialized FormConstructor and Description |
---|
CompositeConflictResolver(ConflictResolver[] components) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Activation lhs,
Activation rhs) |
compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public CompositeConflictResolver(ConflictResolver[] components)
public final int compare(Activation lhs, Activation rhs)
AbstractConflictResolver
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.