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