Class KiePMMLFalsePredicate
- java.lang.Object
-
- org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
-
- org.kie.pmml.commons.model.predicates.KiePMMLPredicate
-
- org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
-
- All Implemented Interfaces:
Serializable
public class KiePMMLFalsePredicate extends KiePMMLPredicate
- See Also:
- False, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKiePMMLFalsePredicate.Builder
-
Field Summary
-
Fields inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
extensions, id, name, parentId
-
-
Constructor Summary
Constructors Constructor Description KiePMMLFalsePredicate(String name, List<KiePMMLExtension> extensions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KiePMMLFalsePredicate.Builderbuilder(List<KiePMMLExtension> extensions)Builder to auto-generate the idbooleanequals(Object o)booleanevaluate(Map<String,Object> values)Returns the evaluation of the givenvaluesif the currentKiePMMLPredicateor one of its child is referred to inside the given values, otherwisefalseStringgetName()inthashCode()StringtoString()-
Methods inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
getExtensions, getId, getParentId, setParentId
-
-
-
-
Constructor Detail
-
KiePMMLFalsePredicate
public KiePMMLFalsePredicate(String name, List<KiePMMLExtension> extensions)
-
-
Method Detail
-
builder
public static KiePMMLFalsePredicate.Builder builder(List<KiePMMLExtension> extensions)
Builder to auto-generate the id- Returns:
-
getName
public String getName()
- Overrides:
getNamein classAbstractKiePMMLComponent
-
evaluate
public boolean evaluate(Map<String,Object> values)
Description copied from class:KiePMMLPredicateReturns the evaluation of the givenvaluesif the currentKiePMMLPredicateor one of its child is referred to inside the given values, otherwisefalse- Specified by:
evaluatein classKiePMMLPredicate- Returns:
-
-