|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dataset
Interface for classes that function as sources / sets of data.
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets the alias of this dataset. |
Axes<CoordAxis> |
getAxes(Variable var)
Gets the specified variable's dimensional axes. |
DataFrame |
getDataFrame(Variable var)
Gets a DataFrame for the specified variable. |
java.lang.String |
getName()
Gets the name of the dataset. |
Variable |
getVariable(java.lang.String name)
Gets the named variable. |
java.util.List<Variable> |
getVariables()
Gets the list of variables in this dataset. |
void |
setAlias(java.lang.String alias)
Sets the alias of this Dataset. |
Method Detail |
---|
java.lang.String getName()
Variable getVariable(java.lang.String name)
name
- the variables name
java.lang.String getAlias()
void setAlias(java.lang.String alias)
alias
- the new aliasjava.util.List<Variable> getVariables()
DataFrame getDataFrame(Variable var)
var
- the variable to get the DataFrame for
Axes<CoordAxis> getAxes(Variable var)
var
- the variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |