| Package | Description |
|---|---|
| org.jpmml.model.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldVisitor |
class |
AbstractModelVisitor |
class |
AbstractSimpleVisitor |
class |
ArrayListOptimizer
A Visitor that optimizes the size of element lists.
|
class |
ArrayListTransformer
A Visitor that transforms the
List implementation class of element lists. |
class |
DataDictionaryCleaner
A Visitor that removes redundant
data fields from the data dictionary. |
class |
DeepFieldResolver |
class |
DoubleInterner
A Visitor that interns
Double attribute values. |
class |
ExpressionFilterer
This class provides a skeletal implementation of
Expression filterers. |
class |
FieldDependencyResolver
A Visitor that determines which fields must be visible and accessible for evaluating a field.
|
class |
FieldNameFilterer
This class provides a skeletal implementation of
FieldName filterers. |
class |
FieldReferenceFinder
A Visitor that determines which fields are referenced during the evaluation of a class model object.
|
class |
FieldRenamer
A Visitor that renames a
Field and all references to it. |
class |
FieldResolver
A Visitor that determines which fields are visible and accessible (aka "in scope") at the specified location of a class model object.
|
class |
IntegerInterner
A Visitor that interns
Integer attribute values. |
class |
Interner<V> |
class |
LocatorNullifier
A Visitor that clears the SAX Locator information of a class model object by setting it to
null. |
class |
LocatorTransformer
A Visitor that transforms the SAX Locator information of a class model object to
Serializable form. |
class |
MemoryMeasurer
A Visitor that measures the deep size of a class model object.
|
class |
MiningSchemaCleaner
A Visitor that removes redundant
mining fields from the mining schema. |
class |
NumberInterner<V extends Number> |
class |
PredicateFilterer
This class provides a skeletal implementation of
Predicate filterers. |
class |
StringInterner
A Visitor that interns
String attribute values. |
class |
TransformationDictionaryCleaner
A Visitor that removes redundant
derived fields from global and local transformation dictionaries. |
class |
TreePathFinder
A Visitor that determines paths from the root Node element of the tree model to all its leaf Node elements.
|
class |
VersionInspector
A Visitor that determines the range of valid PMML schema versions for a class model object.
|
Copyright © 2016 University of Tartu. All rights reserved.