public static class Function.Linear extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="slope" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}numericValue"/>
<element name="intercept" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}numericValue"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumericValue |
intercept |
protected NumericValue |
slope |
| Constructor and Description |
|---|
Linear() |
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
getIntercept()
Gets the value of the intercept property.
|
NumericValue |
getSlope()
Gets the value of the slope property.
|
void |
setIntercept(NumericValue value)
Sets the value of the intercept property.
|
void |
setSlope(NumericValue value)
Sets the value of the slope property.
|
protected NumericValue slope
protected NumericValue intercept
public NumericValue getSlope()
NumericValuepublic void setSlope(NumericValue value)
value - allowed object is
NumericValuepublic NumericValue getIntercept()
NumericValuepublic void setIntercept(NumericValue value)
value - allowed object is
NumericValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.