| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
OutputField |
OutputField.addExtensions(Extension... extensions) |
OutputField |
ObjectFactory.createOutputField()
Create an instance of
OutputField |
OutputField |
OutputField.setAlgorithm(OutputField.Algorithm algorithm)
Sets the value of the algorithm property.
|
OutputField |
OutputField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
OutputField |
OutputField.setDecisions(Decisions decisions)
Sets the value of the decisions property.
|
OutputField |
OutputField.setDisplayName(String displayName)
Sets the value of the displayName property.
|
OutputField |
OutputField.setExpression(Expression expression)
Sets the value of the expression property.
|
OutputField |
OutputField.setFeature(FeatureType feature)
Sets the value of the feature property.
|
OutputField |
OutputField.setIsMultiValued(String isMultiValued)
Sets the value of the isMultiValued property.
|
OutputField |
OutputField.setName(FieldName name)
Sets the value of the name property.
|
OutputField |
OutputField.setOpType(OpType opType)
Sets the value of the opType property.
|
OutputField |
OutputField.setRank(Integer rank)
Sets the value of the rank property.
|
OutputField |
OutputField.setRankBasis(OutputField.RankBasis rankBasis)
Sets the value of the rankBasis property.
|
OutputField |
OutputField.setRankOrder(OutputField.RankOrder rankOrder)
Sets the value of the rankOrder property.
|
OutputField |
OutputField.setRuleFeature(RuleFeatureType ruleFeature)
Sets the value of the ruleFeature property.
|
OutputField |
OutputField.setSegmentId(String segmentId)
Sets the value of the segmentId property.
|
OutputField |
OutputField.setTargetField(FieldName targetField)
Sets the value of the targetField property.
|
OutputField |
OutputField.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputField> |
Output.getOutputFields()
Gets the value of the outputFields property.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.addOutputFields(OutputField... outputFields) |
VisitorAction |
Visitor.visit(OutputField outputField) |
| Constructor and Description |
|---|
Output(List<OutputField> outputFields) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(OutputField outputField) |
VisitorAction |
AbstractVisitor.visit(OutputField outputField) |
VisitorAction |
FieldNameFilterer.visit(OutputField outputField) |
VisitorAction |
AbstractFieldVisitor.visit(OutputField outputField) |
Copyright © 2015 University of Tartu. All Rights Reserved.