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-2005 The Codehaus. All Rights Reserved.