public abstract class AbstractTransformation extends Object implements Transformation
| Constructor and Description |
|---|
AbstractTransformation() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.OutputField |
createOutputField(org.dmg.pmml.OutputField outputField) |
org.dmg.pmml.DataType |
getDataType(org.dmg.pmml.DataType dataType) |
org.dmg.pmml.OpType |
getOpType(org.dmg.pmml.OpType opType) |
org.dmg.pmml.ResultFeature |
getResultFeature() |
boolean |
isFinalResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateExpression, getNamepublic org.dmg.pmml.OpType getOpType(org.dmg.pmml.OpType opType)
getOpType in interface Transformationpublic org.dmg.pmml.DataType getDataType(org.dmg.pmml.DataType dataType)
getDataType in interface Transformationpublic org.dmg.pmml.ResultFeature getResultFeature()
getResultFeature in interface Transformationpublic boolean isFinalResult()
isFinalResult in interface Transformationpublic org.dmg.pmml.OutputField createOutputField(org.dmg.pmml.OutputField outputField)
createOutputField in interface TransformationCopyright © 2023. All rights reserved.