| 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 |
|
| MissingMarkupInspector |
|
| NodeFilterer |
|
| NumberInterner<V extends java.lang.Number> |
|
| PMMLObjectInterner<E extends PMMLObject> |
|
| PredicateFilterer |
This class provides a skeletal implementation of Predicate filterers.
|
| PredicateInterner |
|
| RowCleaner |
|
| ScoreDistributionInterner |
|
| 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 |
|