当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
RandomConflictResolver (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.conflict
Class RandomConflictResolver
java.lang.Object
org.drools.conflict.AbstractConflictResolver
org.drools.conflict.RandomConflictResolver
- All Implemented Interfaces:
- Serializable, Comparator, ConflictResolver
public class RandomConflictResolver
- extends AbstractConflictResolver
ConflictResolver
that uses the semi-random order of rules to
resolve conflict.
- Version:
- $Id: RandomConflictResolver.java,v 1.1 2004/06/25 01:55:16 mproctor
Exp $
- Author:
- bob mcwhirter , Simon Harris
- See Also:
getInstance()
,
System.identityHashCode(Object)
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomConflictResolver
public RandomConflictResolver()
- 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.