|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
add(double value,
int which)
|
void |
add(java.lang.Object value,
int which)
|
java.lang.String |
getName()
|
java.util.Hashtable |
metaData()
Intended to be a Property table
for storing additional attributes and information about
a variable, including entries such as units, nicknames, source, etc. |
long |
numObservations()
Return the length or number of records in this VariableInt. |
int |
read(java.io.Reader reader)
|
java.lang.String |
setName(java.lang.String val)
|
java.lang.Object |
value(long which)
Return the whichth observation. |
VariableInt |
values(int[] i)
Get a Variable consisting of the specified elements. |
VariableInt |
values(SelectorInt selector)
Get a Variable consisting of the specified elements from a
selector object. |
| Method Detail |
public java.lang.Object value(long which)
public VariableInt values(int[] i)
Variable consisting of the specified elements.public VariableInt values(SelectorInt selector)
Variable consisting of the specified elements from a
selector object.
public void add(java.lang.Object value,
int which)
public void add(double value,
int which)
public long numObservations()
VariableInt.
public int read(java.io.Reader reader)
throws java.io.IOException
public java.util.Hashtable metaData()
Property table
for storing additional attributes and information about
a variable, including entries such as units, nicknames, source, etc.public java.lang.String getName()
public java.lang.String setName(java.lang.String val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||