public class TrendCoefficients extends PMMLObject implements HasExtensions<TrendCoefficients>
| Constructor and Description |
|---|
TrendCoefficients() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TrendCoefficients |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions() |
RealSparseArray |
getREALSparseArray() |
boolean |
hasExtensions() |
TrendCoefficients |
setREALSparseArray(RealSparseArray realSparseArray) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic boolean hasExtensions()
hasExtensions in interface HasExtensions<TrendCoefficients>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<TrendCoefficients>public TrendCoefficients addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<TrendCoefficients>public RealSparseArray getREALSparseArray()
public TrendCoefficients setREALSparseArray(RealSparseArray realSparseArray)
public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.