当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
DefaultConflictResolver - JBoss RULES 3.0.6 API 英文版文档
org.drools.conflict
Class DefaultConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.CompositeConflictResolver
org.drools.conflict.DefaultConflictResolver
- All Implemented Interfaces:
- java.io.Serializable, java.util.Comparator, ConflictResolver
public class DefaultConflictResolver
- extends 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.
- See Also:
Activation
,
Tuple
,
Rule
,
Serialized Form
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 |
DefaultConflictResolver
public DefaultConflictResolver()
- Setup a default ConflictResolver configuration
getInstance
public static ConflictResolver getInstance()
- Retrieve the singleton instance.
- Returns:
- The singleton instance.