public class Coefficient extends PMMLObject implements HasExtensions<Coefficient>
| Constructor and Description |
|---|
Coefficient() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Coefficient |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions() |
Number |
getValue() |
boolean |
hasExtensions() |
Coefficient |
setValue(Number value) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Number getValue()
public Coefficient setValue(Number value)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<Coefficient>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<Coefficient>public Coefficient addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<Coefficient>public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.