public class Level extends PMMLObject implements com.sun.xml.bind.Locatable
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="smoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
alpha |
protected Locator |
locator |
protected Double |
smoothedValue |
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Double |
getAlpha()
Gets the value of the alpha property.
|
Double |
getSmoothedValue()
Gets the value of the smoothedValue property.
|
void |
setAlpha(Double value)
Sets the value of the alpha property.
|
void |
setSmoothedValue(Double value)
Sets the value of the smoothedValue property.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
Level |
withAlpha(Double value) |
Level |
withSmoothedValue(Double value) |
protected Double alpha
protected Double smoothedValue
protected Locator locator
public Double getAlpha()
Doublepublic void setAlpha(Double value)
value - allowed object is
Doublepublic Double getSmoothedValue()
Doublepublic void setSmoothedValue(Double value)
value - allowed object is
Doublepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.