public class TriangularDistribution extends PMMLObject implements HasExtensions
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">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}Mean"/>
<element ref="{http://www.dmg.org/PMML-4_3}Lower"/>
<element ref="{http://www.dmg.org/PMML-4_3}Upper"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TriangularDistribution() |
TriangularDistribution(Mean mean,
Lower lower,
Upper upper) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TriangularDistribution |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Lower |
getLower()
Gets the value of the lower property.
|
Mean |
getMean()
Gets the value of the mean property.
|
Upper |
getUpper()
Gets the value of the upper property.
|
boolean |
hasExtensions() |
TriangularDistribution |
setLower(Lower lower)
Sets the value of the lower property.
|
TriangularDistribution |
setMean(Mean mean)
Sets the value of the mean property.
|
TriangularDistribution |
setUpper(Upper upper)
Sets the value of the upper property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic TriangularDistribution setMean(Mean mean)
mean - allowed object is
Meanpublic Lower getLower()
Lowerpublic TriangularDistribution setLower(Lower lower)
lower - allowed object is
Lowerpublic Upper getUpper()
Upperpublic TriangularDistribution setUpper(Upper upper)
upper - allowed object is
Upperpublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic TriangularDistribution addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.