org.drools.core.conflict
Class CompositeConflictResolver
java.lang.Object
org.drools.core.conflict.AbstractConflictResolver
org.drools.core.conflict.CompositeConflictResolver
- All Implemented Interfaces:
- Serializable, Comparator, ConflictResolver
public class CompositeConflictResolver
- extends AbstractConflictResolver
Strategy for resolving conflicts amongst multiple rules.
Since a fact or set of facts may activate multiple rules, a
ConflictResolutionStrategy is used to provide priority
ordering of conflicting rules.
- See Also:
Activation,
org.kie.spi.Tuple,
org.kie.rule.Rule,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeConflictResolver
public CompositeConflictResolver(ConflictResolver[] components)
compare
public final int compare(Activation lhs,
Activation rhs)
- See Also:
AbstractConflictResolver
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.