当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
LoadOrderConflictResolver - JBoss RULES 3.0.6 API 英文版文档
org.drools.conflict
Class LoadOrderConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.LoadOrderConflictResolver
- All Implemented Interfaces:
- java.io.Serializable, java.util.Comparator, ConflictResolver
public class LoadOrderConflictResolver
- extends AbstractConflictResolver
ConflictResolver
that uses the loadOrder of rules to resolve
conflict.
- See Also:
getInstance()
,
Rule.getLoadOrder()
,
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 |
LoadOrderConflictResolver
public LoadOrderConflictResolver()
- Construct.
getInstance
public static ConflictResolver getInstance()
- Retrieve the singleton instance.
- Returns:
- The singleton instance.
compare
public int compare(Activation lhs,
Activation rhs)
- See Also:
ConflictResolver