站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

LoadOrderConflictResolver - JBoss RULES 3.0.6 API 英文版文档


org.drools.leaps.conflict
Class LoadOrderConflictResolver

java.lang.Object
  extended by org.drools.leaps.conflict.LoadOrderConflictResolver
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator

public class LoadOrderConflictResolver
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable

LoadOrderConflictResolver that uses the load order of rules to resolve conflict.

See Also:
AbstractConflictResolver, ConflictResolver, ConflictResolver, Serialized Form

Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static java.util.Comparator getInstance()
          Retrieve the singleton instance.
 
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
 

Method Detail

getInstance

public static java.util.Comparator getInstance()
Retrieve the singleton instance.

Returns:
The singleton instance.

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator
See Also:
LeapsRuleConflictResolver