Uses of Interface
org.jpmml.model.visitors.Resettable
-
Packages that use Resettable Package Description org.jpmml.model.visitors -
-
Uses of Resettable in org.jpmml.model.visitors
Classes in org.jpmml.model.visitors that implement Resettable Modifier and Type Class Description classActiveFieldFinderA Visitor that determines which fields are referenced during the evaluation of a class model object.classExtendedVersionRangeFinderclassFieldResolverA Visitor that determines which fields are visible and accessible (aka "in scope") at the specified location of a class model object.classMemoryMeasurerA Visitor that measures the deep size of a class model object.classTreePathFinderA Visitor that determines paths from the root Node element of the tree model to all its leaf Node elements.classVersionCheckerclassVersionRangeFinderA Visitor that determines the range of valid PMML schema versions for a class model object.
-