当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ComplexityConflictResolver (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.conflict
Class ComplexityConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.ComplexityConflictResolver
- All Implemented Interfaces:
- Serializable, Comparator, ConflictResolver
public class ComplexityConflictResolver
- extends AbstractConflictResolver
ConflictResolver
that uses the numConditions of rules to
resolve conflict.
- Version:
- $Id: ComplexityConflictResolver.java,v 1.9 2004/11/13 01:43:07 simon
Exp $
- Author:
- bob mcwhirter , Simon Harris
- See Also:
getInstance()
,
org.drools.rule.Rule#getConditionSize
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexityConflictResolver
public ComplexityConflictResolver()
- 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.