| Interface | Description |
|---|---|
| HasActiveFields | |
| Resettable |
A marker interface for Visitors that accrue state,
and therefore should be reset to the initial (empty-) state when applying to multiple PMML elements.
|
| Class | Description |
|---|---|
| AbstractVisitor | |
| ActiveFieldFinder |
A Visitor that determines which fields are referenced during the evaluation of a class model object.
|
| ArrayListTransformer |
A Visitor that transforms the
List implementation class of element lists. |
| ArrayListTrimmer |
A Visitor that trims the size of element lists.
|
| AttributeInterner<V> | |
| DoubleInterner |
A Visitor that interns
Double attribute values. |
| ElementInterner<V> | |
| ExpressionFilterer |
This class provides a skeletal implementation of
Expression filterers. |
| ExtendedVersionRangeFinder | |
| FieldNameFilterer |
This class provides a skeletal implementation of
field name filterers. |
| FieldRenamer |
A Visitor that renames a
Field and all references to it. |
| FieldResolver |
A Visitor that determines which fields are visible and accessible (aka "in scope") at the specified location of a class model object.
|
| FloatInterner |
A Visitor that interns
Float attribute values. |
| IntegerInterner |
A Visitor that interns
Integer attribute values. |
| Interner<V> | |
| InvalidMarkupInspector |
A Visitor that inspects a class model object for invalid features.
|
| LocatorNullifier |
A Visitor that clears the SAX Locator information of a class model object by setting it to
null. |
| LocatorTransformer |
A Visitor that transforms the SAX Locator information of a class model object to
Serializable form. |
| MarkupInspector<E extends MarkupException> |
This class provides a skeletal implementation of class model inspectors.
|
| MemoryMeasurer |
A Visitor that measures the deep size of a class model object.
|
| MiningFieldInterner |
A Visitor that interns
MiningField elements. |
| MissingMarkupInspector | |
| NodeFilterer | |
| NumberInterner<V extends Number> | |
| PMMLObjectInterner<E extends PMMLObject> | |
| PredicateFilterer |
This class provides a skeletal implementation of
Predicate filterers. |
| PredicateInterner |
A Visitor that interns
Predicate elements. |
| RowCleaner | |
| ScoreDistributionInterner |
A Visitor that interns
ScoreDistribution elements. |
| StringInterner |
A Visitor that interns
String attribute values. |
| TreePathFinder |
A Visitor that determines paths from the root Node element of the tree model to all its leaf Node elements.
|
| VersionChecker | |
| VersionDowngrader |
A Visitor that downgrades a class model object from the latest PMML schema version to some earlier one.
|
| VersionInspector | |
| VersionRangeFinder |
A Visitor that determines the range of valid PMML schema versions for a class model object.
|
| VersionStandardizer |
A Visitor that standardizes a class model object by reducing vendor extension markup.
|
| VisitorBattery |
Copyright © 2024. All rights reserved.