Package org.kie.api.pmml
Class PMML4Data<T>
java.lang.Object
org.kie.api.pmml.PMML4Data<T>
- All Implemented Interfaces:
PMML4DataType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotectedPMML4Data(String correlationId, String name, String context, String displayName, T value, Double weight) protectedPMML4Data(String correlationId, String name, String context, String displayName, T value, Double weight, Boolean valid, Boolean missing) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getValue()Class<?>inthashCode()booleanbooleanbooleanisValid()voidsetContext(String context) voidsetCorrelationId(String correlationId) voidsetDisplayValue(String displayValue) voidsetMissing(boolean missing) voidvoidsetPlaceholder(Boolean placeholder) voidsetValid(boolean valid) voidvoidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.pmml.PMML4DataType
registerWithDataFactory
-
Constructor Details
-
PMML4Data
-
PMML4Data
-
PMML4Data
-
PMML4Data
-
-
Method Details
-
getValue
-
setValue
-
getName
-
setName
-
getCapitalizedName
-
isValid
public boolean isValid() -
setValid
public void setValid(boolean valid) -
isMissing
public boolean isMissing() -
setMissing
public void setMissing(boolean missing) -
getContext
-
setContext
-
getDisplayValue
-
setDisplayValue
-
getWeight
-
setWeight
-
getValueClass
-
isPlaceholder
public boolean isPlaceholder() -
setPlaceholder
-
getCorrelationId
-
setCorrelationId
-
hashCode
public int hashCode() -
equals
-
toString
-