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.time_series
|
| Modifier and Type | Method and Description |
|---|---|
ARIMA |
createARIMA()
Create an instance of
ARIMA |
ExponentialSmoothing |
createExponentialSmoothing()
Create an instance of
ExponentialSmoothing |
Level |
createLevel()
Create an instance of
Level |
SeasonalityExpoSmooth |
createSeasonalityExpoSmooth()
Create an instance of
SeasonalityExpoSmooth |
SeasonalTrendDecomposition |
createSeasonalTrendDecomposition()
Create an instance of
SeasonalTrendDecomposition |
SpectralAnalysis |
createSpectralAnalysis()
Create an instance of
SpectralAnalysis |
TimeAnchor |
createTimeAnchor()
Create an instance of
TimeAnchor |
TimeCycle |
createTimeCycle()
Create an instance of
TimeCycle |
TimeException |
createTimeException()
Create an instance of
TimeException |
TimeSeries |
createTimeSeries()
Create an instance of
TimeSeries |
TimeSeriesModel |
createTimeSeriesModel()
Create an instance of
TimeSeriesModel |
TimeValue |
createTimeValue()
Create an instance of
TimeValue |
TrendExpoSmooth |
createTrendExpoSmooth()
Create an instance of
TrendExpoSmooth |
public ObjectFactory()
public TimeException createTimeException()
TimeExceptionpublic TimeAnchor createTimeAnchor()
TimeAnchorpublic TimeSeries createTimeSeries()
TimeSeriespublic TrendExpoSmooth createTrendExpoSmooth()
TrendExpoSmoothpublic SeasonalityExpoSmooth createSeasonalityExpoSmooth()
SeasonalityExpoSmoothpublic ExponentialSmoothing createExponentialSmoothing()
ExponentialSmoothingpublic TimeSeriesModel createTimeSeriesModel()
TimeSeriesModelpublic SpectralAnalysis createSpectralAnalysis()
SpectralAnalysispublic SeasonalTrendDecomposition createSeasonalTrendDecomposition()
SeasonalTrendDecompositionCopyright © 2016 University of Tartu. All rights reserved.