public class MixtureModelPoint 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">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_obs_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_obs_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
negDens |
protected Float |
negObsDens |
protected Float |
posDens |
protected Float |
posObsDens |
protected Float |
value |
| Constructor and Description |
|---|
MixtureModelPoint() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getNegDens()
Gets the value of the negDens property.
|
Float |
getNegObsDens()
Gets the value of the negObsDens property.
|
Float |
getPosDens()
Gets the value of the posDens property.
|
Float |
getPosObsDens()
Gets the value of the posObsDens property.
|
Float |
getValue()
Gets the value of the value property.
|
void |
setNegDens(Float value)
Sets the value of the negDens property.
|
void |
setNegObsDens(Float value)
Sets the value of the negObsDens property.
|
void |
setPosDens(Float value)
Sets the value of the posDens property.
|
void |
setPosObsDens(Float value)
Sets the value of the posObsDens property.
|
void |
setValue(Float value)
Sets the value of the value property.
|
protected Float value
protected Float posDens
protected Float negDens
protected Float negObsDens
protected Float posObsDens
public Float getValue()
Floatpublic void setValue(Float value)
value - allowed object is
Floatpublic Float getPosDens()
Floatpublic void setPosDens(Float value)
value - allowed object is
Floatpublic Float getNegDens()
Floatpublic void setNegDens(Float value)
value - allowed object is
Floatpublic Float getNegObsDens()
Floatpublic void setNegObsDens(Float value)
value - allowed object is
Floatpublic Float getPosObsDens()
FloatCopyright © 2017. All rights reserved.