public class Level
extends java.lang.Object
Java class for Level element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Level"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alpha" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> <attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
Level() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAlpha()
Gets the value of the alpha 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 |
setSmoothedValue(java.lang.Double value)
Sets the value of the smoothedValue property.
|
public java.lang.Double getAlpha()
Double
public void setAlpha(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getSmoothedValue()
Double
public void setSmoothedValue(java.lang.Double value)
value
- allowed object is
Double