|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser120.Bin
public class Bin
A grouping of observations according to a band or window of a common attribute.
Java class for Bin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Low"/>
<element ref="{http://www.spase-group.org/data/schema}High"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected double |
high
|
protected double |
low
|
| Constructor Summary | |
|---|---|
Bin()
|
|
| Method Summary | |
|---|---|
double |
getHigh()
Gets the value of the high property. |
double |
getLow()
Gets the value of the low property. |
void |
setHigh(double value)
Sets the value of the high property. |
void |
setLow(double value)
Sets the value of the low property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double low
protected double high
| Constructor Detail |
|---|
public Bin()
| Method Detail |
|---|
public double getLow()
public void setLow(double value)
public double getHigh()
public void setHigh(double value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||