Uses of Class
org.dmg.pmml.Version
-
Packages that use Version Package Description org.dmg.pmml org.jpmml.model org.jpmml.model.annotations org.jpmml.model.filters org.jpmml.model.visitors -
-
Uses of Version in org.dmg.pmml
Methods in org.dmg.pmml that return Version Modifier and Type Method Description static VersionVersion. forNamespaceURI(java.lang.String namespaceURI)static VersionVersion. getMaximum()static VersionVersion. getMinimum()static VersionVersionUtil. getVersion(java.lang.String function)VersionVersion. next()VersionVersion. previous()static VersionVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Version in org.jpmml.model
Constructors in org.jpmml.model with parameters of type Version Constructor Description PMMLOutputStream(java.io.OutputStream os, Version version) -
Uses of Version in org.jpmml.model.annotations
Methods in org.jpmml.model.annotations that return Version Modifier and Type Method Description Versionvalue()Versionvalue()Versionvalue()Versionvalue()Versionvalue() -
Uses of Version in org.jpmml.model.filters
Methods in org.jpmml.model.filters that return Version Modifier and Type Method Description VersionPMMLFilter. getSource()VersionPMMLFilter. getTarget()Constructors in org.jpmml.model.filters with parameters of type Version Constructor Description ExportFilter(Version target)ExportFilter(org.xml.sax.XMLReader reader, Version target)PMMLFilter(Version target)PMMLFilter(org.xml.sax.XMLReader reader, Version target) -
Uses of Version in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors that return Version Modifier and Type Method Description VersionVersionRangeFinder. getMaximum()The maximum (ie.VersionVersionRangeFinder. getMinimum()The minimum (ie.Methods in org.jpmml.model.visitors with parameters of type Version Modifier and Type Method Description voidExtendedVersionRangeFinder. updateMaximum(PMMLObject object, java.lang.reflect.AnnotatedElement element, Version maximum)voidVersionRangeFinder. updateMaximum(PMMLObject object, java.lang.reflect.AnnotatedElement element, Version maximum)voidExtendedVersionRangeFinder. updateMinimum(PMMLObject object, java.lang.reflect.AnnotatedElement element, Version minimum)voidVersionRangeFinder. updateMinimum(PMMLObject object, java.lang.reflect.AnnotatedElement element, Version minimum)Constructors in org.jpmml.model.visitors with parameters of type Version Constructor Description VersionChecker(Version version)VersionDowngrader(Version version)
-