public class Obs13 extends java.lang.Object implements ObsInterface
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
dataType
Member used to pass type parameters to accessor methods
|
private java.lang.Integer |
eobs
Ending observation index number
|
private java.lang.Integer |
nobs
Total Number of Observations
|
private java.util.List<java.lang.Number> |
obindex
Observation indices
|
private java.lang.Integer |
sobs
Starting observation index number
|
Constructor and Description |
---|
Obs13()
Constructor method for class ObservationsImpl
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEobs() |
java.util.Iterator<java.lang.Number> |
getIterator()
Returns an iterator over the observation indices in the dataset
|
java.lang.Integer |
getNobs() |
java.util.List<java.lang.Number> |
getObservationIndex()
Method used to return the list of observation indices for the current
dataset
|
java.lang.Integer |
getSobs() |
private void |
setEobs()
Sets the starting observation index
|
private void |
setNobs()
Sets the number of effective observations
|
private void |
setObservationIndex(java.lang.Integer start,
java.lang.Integer end)
Sets a list of effective observation indices
|
private void |
setSobs()
Sets the starting observation index
|
protected java.lang.Integer dataType
private java.lang.Integer sobs
private java.lang.Integer eobs
private java.lang.Integer nobs
private java.util.List<java.lang.Number> obindex
private void setSobs()
private void setEobs()
private void setNobs()
private void setObservationIndex(java.lang.Integer start, java.lang.Integer end)
start
- The starting observation indexend
- The ending observation indexpublic java.util.List<java.lang.Number> getObservationIndex()
getObservationIndex
in interface ObsInterface
public java.util.Iterator<java.lang.Number> getIterator()
getIterator
in interface ObsInterface
public java.lang.Integer getSobs()
getSobs
in interface ObsInterface
public java.lang.Integer getEobs()
getEobs
in interface ObsInterface
public java.lang.Integer getNobs()
getNobs
in interface ObsInterface