Package org.kie.internal.conf
Class AlphaRangeIndexThresholdOption
java.lang.Object
org.kie.internal.conf.AlphaRangeIndexThresholdOption
- All Implemented Interfaces:
Serializable,KieBaseOption,Option,SingleValueKieBaseOption,SingleValueOption,SingleValueRuleBaseOption
A class for the alpha node range index threshold configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe default value for this optionstatic final StringThe property nameFields inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
TYPE -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.conf.Option
propertyNameMethods inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
type
-
Field Details
-
PROPERTY_NAME
The property name- See Also:
-
KEY
-
DEFAULT_VALUE
public static final int DEFAULT_VALUEThe default value for this option- See Also:
-
-
Method Details
-
get
This is a factory method for this Alpha Range Index Threshold configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
threshold- the threshold value for the alpha range index option- Returns:
- the actual type safe alpha range index threshold configuration.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption
-
getThreshold
public int getThreshold()Returns the threshold value for alpha range index- Returns:
-
hashCode
public int hashCode() -
equals
-