| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected TransformationDictionary |
PMML.transformationDictionary |
| Modifier and Type | Method and Description |
|---|---|
TransformationDictionary |
ObjectFactory.createTransformationDictionary()
Create an instance of
TransformationDictionary |
TransformationDictionary |
PMML.getTransformationDictionary()
Gets the value of the transformationDictionary property.
|
TransformationDictionary |
TransformationDictionary.withDefineFunctions(java.util.Collection<DefineFunction> values) |
TransformationDictionary |
TransformationDictionary.withDefineFunctions(DefineFunction... values) |
TransformationDictionary |
TransformationDictionary.withDerivedFields(java.util.Collection<DerivedField> values) |
TransformationDictionary |
TransformationDictionary.withDerivedFields(DerivedField... values) |
TransformationDictionary |
TransformationDictionary.withExtensions(java.util.Collection<Extension> values) |
TransformationDictionary |
TransformationDictionary.withExtensions(Extension... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
PMML.setTransformationDictionary(TransformationDictionary value)
Sets the value of the transformationDictionary property.
|
VisitorAction |
Visitor.visit(TransformationDictionary transformationDictionary) |
PMML |
PMML.withTransformationDictionary(TransformationDictionary value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TransformationDictionary transformationDictionary) |
VisitorAction |
AbstractVisitor.visit(TransformationDictionary transformationDictionary) |
Copyright © 2015 University of Tartu. All Rights Reserved.