当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
DefaultConflictResolver (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.conflict
Class DefaultConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.CompositeConflictResolver
org.drools.conflict.DefaultConflictResolver
- All Implemented Interfaces:
- Serializable, 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.
- Author:
- bob mcwhirter , Simon Harris
- 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 |
DefaultConflictResolver
public DefaultConflictResolver()
- Setup a default ConflictResolver configuration
getInstance
public static ConflictResolver getInstance()
- Retrieve the singleton instance.
- Returns:
- The singleton instance.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.