public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.baseline
|
| Modifier and Type | Method and Description |
|---|---|
Alternate |
createAlternate()
Create an instance of
Alternate |
Baseline |
createBaseline()
Create an instance of
Baseline |
BaselineModel |
createBaselineModel()
Create an instance of
BaselineModel |
CountTable |
createCountTable()
Create an instance of
CountTable |
FieldValue |
createFieldValue()
Create an instance of
FieldValue |
FieldValueCount |
createFieldValueCount()
Create an instance of
FieldValueCount |
TestDistributions |
createTestDistributions()
Create an instance of
TestDistributions |
public ObjectFactory()
public TestDistributions createTestDistributions()
TestDistributionspublic BaselineModel createBaselineModel()
BaselineModelpublic CountTable createCountTable()
CountTablepublic FieldValue createFieldValue()
FieldValuepublic FieldValueCount createFieldValueCount()
FieldValueCountCopyright © 2019 University of Tartu. All rights reserved.