|
|||||||||
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
org.drools.conflict.DefaultConflictResolver
public class DefaultConflictResolver
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 FormConstructor Summary | |
---|---|
DefaultConflictResolver()
Setup a default ConflictResolver configuration |
Method Summary | |
---|---|
static ConflictResolver |
getInstance()
Retrieve the singleton instance. |
Methods inherited from class org.drools.conflict.CompositeConflictResolver |
---|
compare |
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 DefaultConflictResolver()
Method Detail |
---|
public static ConflictResolver getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |