public class Coefficients extends PMMLObject implements Iterable<Coefficient>, HasExtensions<Coefficients>
| Constructor and Description |
|---|
Coefficients() |
Coefficients(List<Coefficient> coefficients) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Coefficients |
addCoefficients(Coefficient... coefficients) |
Coefficients |
addExtensions(Extension... extensions) |
Number |
getAbsoluteValue() |
List<Coefficient> |
getCoefficients() |
List<Extension> |
getExtensions() |
Integer |
getNumberOfCoefficients() |
boolean |
hasCoefficients() |
boolean |
hasExtensions() |
Iterator<Coefficient> |
iterator() |
List<Coefficient> |
requireCoefficients() |
Coefficients |
setAbsoluteValue(Number absoluteValue) |
Coefficients |
setNumberOfCoefficients(Integer numberOfCoefficients) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Coefficients()
public Coefficients(List<Coefficient> coefficients)
public Integer getNumberOfCoefficients()
public Coefficients setNumberOfCoefficients(Integer numberOfCoefficients)
public Number getAbsoluteValue()
public Coefficients setAbsoluteValue(Number absoluteValue)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<Coefficients>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<Coefficients>public Coefficients addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<Coefficients>public Iterator<Coefficient> iterator()
iterator in interface Iterable<Coefficient>public boolean hasCoefficients()
public List<Coefficient> requireCoefficients()
public List<Coefficient> getCoefficients()
public Coefficients addCoefficients(Coefficient... coefficients)
public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.