Constant Field Values


Contents
org.drools.*

org.drools.io.RuleSetReader
public static final String RULES_NAMESPACE_URI "http://drools.org/rules"

org.drools.jsr94.rules.Constants
public static final String RES_DESCRIPTION "javax.rules.admin.RuleExecutionSet.description"
public static final String RES_NAME "javax.rules.admin.RuleExecutionSet.name"

org.drools.reteoo.org.drools.reteoo.JoinNodeInput
static final int LEFT 41
static final int RIGHT 42

org.drools.util.AbstractHashedMap
protected static final int DEFAULT_CAPACITY 16
protected static final float DEFAULT_LOAD_FACTOR 0.75f
protected static final int DEFAULT_THRESHOLD 12
protected static final String GETKEY_INVALID "getKey() can only be called after next() and before remove()"
protected static final String GETVALUE_INVALID "getValue() can only be called after next() and before remove()"
protected static final int MAXIMUM_CAPACITY 1073741824
protected static final String NO_NEXT_ENTRY "No next() entry in the iteration"
protected static final String NO_PREVIOUS_ENTRY "No previous() entry in the iteration"
protected static final String REMOVE_INVALID "remove() can only be called once after next()"
protected static final String SETVALUE_INVALID "setValue() can only be called after next() and before remove()"



Copyright © 2001-2004 The Codehaus. All Rights Reserved.