public class SimpleSegmentPredicate extends Object implements PredicateRuleProducer
Modifier and Type | Field and Description |
---|---|
static String |
EQUAL |
static String |
GREATER |
static String |
GREATER_EQUAL |
static String |
LESSER |
static String |
LESSER_EQUAL |
static String |
MISSING |
static String |
NOT_EQUAL |
static String |
NOT_MISSING |
Constructor and Description |
---|
SimpleSegmentPredicate() |
SimpleSegmentPredicate(org.kie.dmg.pmml.pmml_4_2.descr.SimplePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseFieldName() |
String |
getCapitalizedFieldName() |
List<String> |
getFieldMissingFieldNames() |
String |
getMissingFieldName() |
List<String> |
getPredicateFieldNames() |
String |
getPredicateRule() |
String |
getValueFieldName() |
public static final String EQUAL
public static final String NOT_EQUAL
public static final String GREATER
public static final String GREATER_EQUAL
public static final String LESSER
public static final String LESSER_EQUAL
public static final String MISSING
public static final String NOT_MISSING
public SimpleSegmentPredicate()
public SimpleSegmentPredicate(org.kie.dmg.pmml.pmml_4_2.descr.SimplePredicate predicate)
public String getBaseFieldName()
public String getCapitalizedFieldName()
public String getValueFieldName()
public String getMissingFieldName()
public String getPredicateRule()
getPredicateRule
in interface PredicateRuleProducer
public List<String> getPredicateFieldNames()
getPredicateFieldNames
in interface PredicateRuleProducer
public List<String> getFieldMissingFieldNames()
getFieldMissingFieldNames
in interface PredicateRuleProducer
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.