Package org.kie.internal.conf
Class AlphaThresholdOption
- java.lang.Object
-
- org.kie.internal.conf.AlphaThresholdOption
-
- All Implemented Interfaces:
Serializable,org.kie.api.conf.KieBaseOption,org.kie.api.conf.Option,org.kie.api.conf.SingleValueKieBaseOption
public class AlphaThresholdOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
A class for the alpha node hashing threshold configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_NAMEThe property name for the default DIALECT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static AlphaThresholdOptionget(int threshold)This is a factory method for this Alpha Threshold configuration.StringgetPropertyName()intgetThreshold()Returns the threshold value for alpha hashinginthashCode()
-
-
-
Field Detail
-
PROPERTY_NAME
public static final String PROPERTY_NAME
The property name for the default DIALECT- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static AlphaThresholdOption get(int threshold)
This is a factory method for this Alpha 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 hashing option- Returns:
- the actual type safe alpha threshold configuration.
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceorg.kie.api.conf.Option
-
getThreshold
public int getThreshold()
Returns the threshold value for alpha hashing- Returns:
-
-