| Package | Description |
|---|---|
| org.dmg.pmml | |
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
PMMLFilter.getSource() |
Version |
PMMLFilter.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
PMMLFilter.compare(Version left,
Version right) |
| 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 |
VersionInspector.getMaximum()
The maximum (ie. latest) PMML schema version that can fully represent this class model object.
|
Version |
VersionInspector.getMinimum()
The minimum (ie. earliest) PMML schema version that can fully represent this class model object.
|
Copyright © 2022. All rights reserved.