|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.conf.AlphaThresholdOption
public class AlphaThresholdOption
A class for the alpha node hashing threshold configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for the default DIALECT |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static AlphaThresholdOption |
get(int threshold)
This is a factory method for this Alpha Threshold configuration. |
String |
getPropertyName()
Returns the property name for this option |
int |
getThreshold()
Returns the threshold value for alpha hashing |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static AlphaThresholdOption get(int threshold)
threshold
- the threshold value for the alpha hashing option
public String getPropertyName()
getPropertyName
in interface Option
public int getThreshold()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |