Class KiePMMLApply
- java.lang.Object
-
- org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
-
- org.kie.pmml.commons.model.expressions.KiePMMLApply
-
- All Implemented Interfaces:
Serializable,KiePMMLExpression
public class KiePMMLApply extends AbstractKiePMMLComponent implements KiePMMLExpression
- See Also:
- Apply, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKiePMMLApply.Builder
-
Field Summary
-
Fields inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
extensions, id, name, parentId
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KiePMMLApply.Builderbuilder(String name, List<KiePMMLExtension> extensions, String function)booleanequals(Object o)Objectevaluate(ProcessingDTO processingDTO)StringgetDefaultValue()StringgetFunction()org.kie.pmml.api.enums.INVALID_VALUE_TREATMENT_METHODgetInvalidValueTreatmentMethod()List<KiePMMLExpression>getKiePMMLExpressions()StringgetMapMissingTo()inthashCode()StringtoString()-
Methods inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
getExtensions, getId, getName, getParentId, setParentId
-
-
-
-
Method Detail
-
builder
public static KiePMMLApply.Builder builder(String name, List<KiePMMLExtension> extensions, String function)
-
evaluate
public Object evaluate(ProcessingDTO processingDTO)
- Specified by:
evaluatein interfaceKiePMMLExpression
-
getFunction
public String getFunction()
-
getMapMissingTo
public String getMapMissingTo()
-
getDefaultValue
public String getDefaultValue()
-
getInvalidValueTreatmentMethod
public org.kie.pmml.api.enums.INVALID_VALUE_TREATMENT_METHOD getInvalidValueTreatmentMethod()
-
getKiePMMLExpressions
public List<KiePMMLExpression> getKiePMMLExpressions()
-
-