当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
LoadOrderConflictResolver (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.conflict
Class LoadOrderConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.LoadOrderConflictResolver
- All Implemented Interfaces:
- Serializable, Comparator, ConflictResolver
public class LoadOrderConflictResolver
- extends AbstractConflictResolver
ConflictResolver
that uses the loadOrder of rules to resolve
conflict.
- Version:
- $Id: LoadOrderConflictResolver.java,v 1.1 2004/06/25 01:55:16
mproctor Exp $
- Author:
- bob mcwhirter , Simon Harris
- 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 |
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
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.