public class DerivedOutputField
extends org.dmg.pmml.DerivedField
implements org.dmg.pmml.Decorable
| Constructor and Description |
|---|
DerivedOutputField(org.dmg.pmml.Model model,
org.dmg.pmml.OutputField outputField,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.VisitorAction |
accept(org.dmg.pmml.Visitor visitor) |
void |
addOutputField() |
void |
addOutputField(int index) |
org.dmg.pmml.DataType |
getDataType() |
String |
getDisplayName() |
org.dmg.pmml.Expression |
getExpression() |
List<org.dmg.pmml.Extension> |
getExtensions() |
List<org.dmg.pmml.Interval> |
getIntervals() |
org.dmg.pmml.Model |
getModel() |
String |
getName() |
org.dmg.pmml.OpType |
getOpType() |
org.dmg.pmml.OutputField |
getOutputField() |
List<org.dmg.pmml.Value> |
getValues() |
boolean |
hasExtensions() |
boolean |
hasIntervals() |
boolean |
hasValues() |
boolean |
isRequired() |
org.dmg.pmml.DataType |
requireDataType() |
org.dmg.pmml.Expression |
requireExpression() |
String |
requireName() |
org.dmg.pmml.OpType |
requireOpType() |
DerivedOutputField |
setDataType(org.dmg.pmml.DataType dataType) |
DerivedOutputField |
setDisplayName(String displayName) |
DerivedOutputField |
setExpression(org.dmg.pmml.Expression expression) |
DerivedOutputField |
setName(String name) |
DerivedOutputField |
setOpType(org.dmg.pmml.OpType opType) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic DerivedOutputField(org.dmg.pmml.Model model,
org.dmg.pmml.OutputField outputField,
boolean required)
public String requireName()
requireName in interface org.dmg.pmml.HasRequiredName<org.dmg.pmml.DerivedField>requireName in class org.dmg.pmml.DerivedFieldpublic String getName()
getName in interface org.dmg.pmml.HasName<org.dmg.pmml.DerivedField>getName in class org.dmg.pmml.DerivedFieldpublic DerivedOutputField setName(String name)
setName in interface org.dmg.pmml.HasName<org.dmg.pmml.DerivedField>setName in class org.dmg.pmml.DerivedFieldpublic String getDisplayName()
getDisplayName in interface org.dmg.pmml.HasDisplayName<org.dmg.pmml.DerivedField>getDisplayName in class org.dmg.pmml.DerivedFieldpublic DerivedOutputField setDisplayName(String displayName)
setDisplayName in interface org.dmg.pmml.HasDisplayName<org.dmg.pmml.DerivedField>setDisplayName in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.OpType requireOpType()
requireOpType in interface org.dmg.pmml.HasRequiredOpType<org.dmg.pmml.DerivedField>requireOpType in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.OpType getOpType()
getOpType in interface org.dmg.pmml.HasOpType<org.dmg.pmml.DerivedField>getOpType in class org.dmg.pmml.DerivedFieldpublic DerivedOutputField setOpType(org.dmg.pmml.OpType opType)
setOpType in interface org.dmg.pmml.HasOpType<org.dmg.pmml.DerivedField>setOpType in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.DataType requireDataType()
requireDataType in interface org.dmg.pmml.HasRequiredDataType<org.dmg.pmml.DerivedField>requireDataType in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.DataType getDataType()
getDataType in interface org.dmg.pmml.HasDataType<org.dmg.pmml.DerivedField>getDataType in class org.dmg.pmml.DerivedFieldpublic DerivedOutputField setDataType(org.dmg.pmml.DataType dataType)
setDataType in interface org.dmg.pmml.HasDataType<org.dmg.pmml.DerivedField>setDataType in class org.dmg.pmml.DerivedFieldpublic boolean hasExtensions()
hasExtensions in interface org.dmg.pmml.HasExtensions<org.dmg.pmml.DerivedField>hasExtensions in class org.dmg.pmml.DerivedFieldpublic List<org.dmg.pmml.Extension> getExtensions()
getExtensions in interface org.dmg.pmml.HasExtensions<org.dmg.pmml.DerivedField>getExtensions in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.Expression requireExpression()
requireExpression in interface org.dmg.pmml.HasExpression<org.dmg.pmml.DerivedField>requireExpression in class org.dmg.pmml.DerivedFieldpublic org.dmg.pmml.Expression getExpression()
getExpression in interface org.dmg.pmml.HasExpression<org.dmg.pmml.DerivedField>getExpression in class org.dmg.pmml.DerivedFieldpublic DerivedOutputField setExpression(org.dmg.pmml.Expression expression)
setExpression in interface org.dmg.pmml.HasExpression<org.dmg.pmml.DerivedField>setExpression in class org.dmg.pmml.DerivedFieldpublic boolean hasIntervals()
hasIntervals in interface org.dmg.pmml.HasContinuousDomain<org.dmg.pmml.DerivedField>hasIntervals in class org.dmg.pmml.DerivedFieldpublic List<org.dmg.pmml.Interval> getIntervals()
getIntervals in interface org.dmg.pmml.HasContinuousDomain<org.dmg.pmml.DerivedField>getIntervals in class org.dmg.pmml.DerivedFieldpublic boolean hasValues()
hasValues in interface org.dmg.pmml.HasDiscreteDomain<org.dmg.pmml.DerivedField>hasValues in class org.dmg.pmml.DerivedFieldpublic List<org.dmg.pmml.Value> getValues()
getValues in interface org.dmg.pmml.HasDiscreteDomain<org.dmg.pmml.DerivedField>getValues in class org.dmg.pmml.DerivedFieldpublic void addOutputField()
public void addOutputField(int index)
public org.dmg.pmml.Model getModel()
public org.dmg.pmml.OutputField getOutputField()
public boolean isRequired()
public org.dmg.pmml.VisitorAction accept(org.dmg.pmml.Visitor visitor)
accept in interface org.dmg.pmml.Visitableaccept in class org.dmg.pmml.DerivedFieldCopyright © 2022. All rights reserved.