public class KiePMMLDerivedField extends AbstractKiePMMLComponent implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KiePMMLDerivedField.Builder |
extensions, id, name, parentId| Modifier and Type | Method and Description |
|---|---|
static KiePMMLDerivedField.Builder |
builder(String name,
List<KiePMMLExtension> extensions,
String dataType,
String opType,
KiePMMLExpression kiePMMLExpression) |
Object |
evaluate(ProcessingDTO processingDTO) |
DATA_TYPE |
getDataType() |
String |
getDisplayName() |
OP_TYPE |
getOpType() |
getExtensions, getId, getName, getParentId, setParentIdpublic static KiePMMLDerivedField.Builder builder(String name, List<KiePMMLExtension> extensions, String dataType, String opType, KiePMMLExpression kiePMMLExpression)
public DATA_TYPE getDataType()
public OP_TYPE getOpType()
public String getDisplayName()
public Object evaluate(ProcessingDTO processingDTO)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.