|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.conflict.AbstractConflictResolver
org.drools.conflict.CompositeConflictResolver
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.
Activation
,
Tuple
,
Rule
,
Serialized Form
![]() |
![]() |
Constructor Summary | |
CompositeConflictResolver(ConflictResolver[] components)
|
Method Summary | |
int |
compare(Activation lhs,
Activation rhs)
|
Methods inherited from class org.drools.conflict.AbstractConflictResolver |
compare |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
equals |
Constructor Detail |
public CompositeConflictResolver(ConflictResolver[] components)
Method Detail |
public final int compare(Activation lhs, Activation rhs)
AbstractConflictResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |