Class PMML4Boolean
- java.lang.Object
-
- org.kie.api.pmml.PMML4Data<Boolean>
-
- org.kie.pmml.pmml_4_2.model.datatypes.PMML4Boolean
-
- All Implemented Interfaces:
org.kie.api.pmml.PMML4DataType
public class PMML4Boolean extends org.kie.api.pmml.PMML4Data<Boolean>
-
-
Constructor Summary
Constructors Constructor Description PMML4Boolean(String correlationId, String name, String context, String displayName, Boolean value)PMML4Boolean(String correlationId, String name, String context, String displayName, Boolean value, Double weight, Boolean valid, Boolean missing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetValue()voidregisterWithDataFactory()-
Methods inherited from class org.kie.api.pmml.PMML4Data
equals, getCapitalizedName, getContext, getCorrelationId, getDisplayValue, getName, getValueClass, getWeight, hashCode, isMissing, isPlaceholder, isValid, setContext, setCorrelationId, setDisplayValue, setMissing, setName, setPlaceholder, setValid, setValue, setWeight, toString
-
-