| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model | |
| org.jpmml.model.filters | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.forNamespaceURI(String namespaceURI) |
static Version |
Version.getMaximum() |
static Version |
Version.getMinimum() |
static Version |
VersionUtil.getVersion(String function) |
Version |
Version.next() |
Version |
Version.previous() |
static Version |
Version.valueOf(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.
|
| Constructor and Description |
|---|
PMMLOutputStream(OutputStream os,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version |
PMMLFilter.getSource() |
Version |
PMMLFilter.getTarget() |
| Constructor and Description |
|---|
ExportFilter(Version target) |
ExportFilter(XMLReader reader,
Version target) |
PMMLFilter(Version target) |
PMMLFilter(XMLReader reader,
Version target) |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionRangeFinder.getMaximum()
The maximum (ie. latest) PMML schema version that can fully represent this class model object.
|
Version |
VersionRangeFinder.getMinimum()
The minimum (ie. earliest) PMML schema version that can fully represent this class model object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedVersionRangeFinder.updateMaximum(PMMLObject object,
AnnotatedElement element,
Version maximum) |
void |
VersionRangeFinder.updateMaximum(PMMLObject object,
AnnotatedElement element,
Version maximum) |
void |
ExtendedVersionRangeFinder.updateMinimum(PMMLObject object,
AnnotatedElement element,
Version minimum) |
void |
VersionRangeFinder.updateMinimum(PMMLObject object,
AnnotatedElement element,
Version minimum) |
| Constructor and Description |
|---|
VersionChecker(Version version) |
VersionDowngrader(Version version) |
Copyright © 2024. All rights reserved.