public class Level extends PMMLObject
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">
<attribute name="alpha" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="quadraticSmoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="cubicSmoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
alpha |
protected java.lang.Double |
cubicSmoothedValue |
protected java.lang.Double |
quadraticSmoothedValue |
protected java.lang.Double |
smoothedValue |
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.Double |
getAlpha()
Gets the value of the alpha property.
|
java.lang.Double |
getCubicSmoothedValue()
Gets the value of the cubicSmoothedValue property.
|
java.lang.Double |
getQuadraticSmoothedValue()
Gets the value of the quadraticSmoothedValue property.
|
java.lang.Double |
getSmoothedValue()
Gets the value of the smoothedValue property.
|
void |
setAlpha(java.lang.Double value)
Sets the value of the alpha property.
|
void |
setCubicSmoothedValue(java.lang.Double value)
Sets the value of the cubicSmoothedValue property.
|
void |
setQuadraticSmoothedValue(java.lang.Double value)
Sets the value of the quadraticSmoothedValue property.
|
void |
setSmoothedValue(java.lang.Double value)
Sets the value of the smoothedValue property.
|
Level |
withAlpha(java.lang.Double value) |
Level |
withCubicSmoothedValue(java.lang.Double value) |
Level |
withQuadraticSmoothedValue(java.lang.Double value) |
Level |
withSmoothedValue(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.Double alpha
protected java.lang.Double quadraticSmoothedValue
protected java.lang.Double cubicSmoothedValue
protected java.lang.Double smoothedValue
public java.lang.Double getAlpha()
Doublepublic void setAlpha(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getQuadraticSmoothedValue()
Doublepublic void setQuadraticSmoothedValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCubicSmoothedValue()
Doublepublic void setCubicSmoothedValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSmoothedValue()
Doublepublic void setSmoothedValue(java.lang.Double value)
value - allowed object is
Doublepublic Level withAlpha(java.lang.Double value)
public Level withQuadraticSmoothedValue(java.lang.Double value)
public Level withCubicSmoothedValue(java.lang.Double value)
public Level withSmoothedValue(java.lang.Double value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.