public class NumberRangeSet extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
MULTI_VALUE_SEPARATOR  | 
| Constructor and Description | 
|---|
NumberRangeSet(List<NumberRangeRule> rules,
              String fallBackValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
evaluate(Double value)
Evaluates a value against all rules. 
 | 
String | 
evaluate(String strValue)
Evaluates a value against all rules. 
 | 
static String | 
getMultiValueSeparator()
Returns separator that is added if a value matches multiple ranges. 
 | 
public static final String MULTI_VALUE_SEPARATOR
public NumberRangeSet(List<NumberRangeRule> rules, String fallBackValue)
public static String getMultiValueSeparator()
public String evaluate(String strValue) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException