public class KiePMMLApply extends AbstractKiePMMLComponent implements KiePMMLExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
KiePMMLApply.Builder |
extensions, id, name, parentId| Modifier and Type | Method and Description |
|---|---|
static KiePMMLApply.Builder |
builder(String name,
List<KiePMMLExtension> extensions,
String function) |
boolean |
equals(Object o) |
Object |
evaluate(ProcessingDTO processingDTO) |
String |
getDefaultValue() |
String |
getFunction() |
INVALID_VALUE_TREATMENT_METHOD |
getInvalidValueTreatmentMethod() |
List<KiePMMLExpression> |
getKiePMMLExpressions() |
String |
getMapMissingTo() |
int |
hashCode() |
String |
toString() |
getExtensions, getId, getName, getParentId, setParentIdpublic static KiePMMLApply.Builder builder(String name, List<KiePMMLExtension> extensions, String function)
public Object evaluate(ProcessingDTO processingDTO)
evaluate in interface KiePMMLExpressionpublic String getFunction()
public String getMapMissingTo()
public String getDefaultValue()
public INVALID_VALUE_TREATMENT_METHOD getInvalidValueTreatmentMethod()
public List<KiePMMLExpression> getKiePMMLExpressions()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.