public class AlphaThresholdOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
The property name for the default DIALECT
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AlphaThresholdOption |
get(int threshold)
This is a factory method for this Alpha Threshold configuration.
|
String |
getPropertyName() |
int |
getThreshold()
Returns the threshold value for alpha hashing
|
int |
hashCode() |
public static final String PROPERTY_NAME
public static AlphaThresholdOption get(int threshold)
threshold - the threshold value for the alpha hashing optionpublic String getPropertyName()
getPropertyName in interface org.kie.api.conf.Optionpublic int getThreshold()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.