Package org.kie.api.pmml
Class AbstractOutput<T>
java.lang.Object
org.kie.api.pmml.AbstractOutput<T>
- All Implemented Interfaces:
PMML4Output<T>
- Direct Known Subclasses:
DoubleFieldOutput,IntegerFieldOutput,StringFieldOutput
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractOutput(String correlationId, String name) AbstractOutput(String correlationId, String name, String displayValue, Double weight) AbstractOutput(String correlationId, String segmentationId, String segmentId, String name) AbstractOutput(String correlationId, String segmentationId, String segmentId, String name, String displayValue, Double weight) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetCorrelationId(String correlationId) voidsetDisplayValue(String displayValue) voidvoidsetSegmentationId(String segmentationId) voidsetSegmentId(String segmentId) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.pmml.PMML4Output
getValue, setValue
-
Field Details
-
weight
-
-
Constructor Details
-
AbstractOutput
public AbstractOutput() -
AbstractOutput
-
AbstractOutput
-
AbstractOutput
-
AbstractOutput
-
-
Method Details
-
getCorrelationId
- Specified by:
getCorrelationIdin interfacePMML4Output<T>
-
setCorrelationId
- Specified by:
setCorrelationIdin interfacePMML4Output<T>
-
getSegmentationId
- Specified by:
getSegmentationIdin interfacePMML4Output<T>
-
setSegmentationId
- Specified by:
setSegmentationIdin interfacePMML4Output<T>
-
getSegmentId
- Specified by:
getSegmentIdin interfacePMML4Output<T>
-
setSegmentId
- Specified by:
setSegmentIdin interfacePMML4Output<T>
-
getName
- Specified by:
getNamein interfacePMML4Output<T>
-
setName
- Specified by:
setNamein interfacePMML4Output<T>
-
getDisplayValue
- Specified by:
getDisplayValuein interfacePMML4Output<T>
-
setDisplayValue
- Specified by:
setDisplayValuein interfacePMML4Output<T>
-
getWeight
- Specified by:
getWeightin interfacePMML4Output<T>
-
setWeight
- Specified by:
setWeightin interfacePMML4Output<T>
-
hashCode
public int hashCode() -
equals
-
toString
-