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