当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
DepthConflictResolver - JBoss RULES 3.0.6 API 英文版文档
org.drools.conflict
Class DepthConflictResolver
java.lang.Object
org.drools.conflict.DepthConflictResolver
- All Implemented Interfaces:
- java.io.Serializable, java.util.Comparator, ConflictResolver
public class DepthConflictResolver
- extends java.lang.Object
- implements ConflictResolver
- See Also:
- 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 |
INSTANCE
public static final DepthConflictResolver INSTANCE
DepthConflictResolver
public DepthConflictResolver()
getInstance
public static DepthConflictResolver getInstance()
compare
public final int compare(java.lang.Object existing,
java.lang.Object adding)
- Specified by:
compare
in interface java.util.Comparator
- See Also:
ConflictResolver
compare
public int compare(Activation lhs,
Activation rhs)
- Specified by:
compare
in interface ConflictResolver