Uses of Interface
anl.aida.data.Variable

Packages that use Variable
anl.aida.data   
anl.aida.formula   
 

Uses of Variable in anl.aida.data
 

Classes in anl.aida.data that implement Variable
 class DefaultVariable
          class that stores metadata on a variable in a dataset
 

Fields in anl.aida.data declared as Variable
protected  Variable AbstractDataFrame.variable
           
 

Fields in anl.aida.data with type parameters of type Variable
protected  java.util.Map<Variable,DataFrame> AbstractDataset.frames
           
protected  java.util.Map<java.lang.String,Variable> AbstractDataset.varsByName
           
 

Methods in anl.aida.data that return Variable
 Variable DataFrame.getVariable()
          Gets the variable associated with this DataFrame.
 Variable AbstractDataFrame.getVariable()
          Gets the variable associated with this DataFrame.
 Variable Dataset.getVariable(java.lang.String name)
          Gets the named variable.
 Variable AbstractDataset.getVariable(java.lang.String name)
          Gets the named variable.
 

Methods in anl.aida.data that return types with arguments of type Variable
 java.util.List<Variable> Dataset.getVariables()
          Gets the list of variables in this dataset.
 java.util.List<Variable> AbstractDataset.getVariables()
           
 

Methods in anl.aida.data with parameters of type Variable
protected  void AbstractDataset.addVariable(Variable var)
           
 Axes<CoordAxis> Dataset.getAxes(Variable var)
          Gets the specified variable's dimensional axes.
 Axes<CoordAxis> AbstractDataset.getAxes(Variable var)
           
 DataFrame Dataset.getDataFrame(Variable var)
          Gets a DataFrame for the specified variable.
 DataFrame AbstractDataset.getDataFrame(Variable var)
           
 DataFrameBuilder DataFrameBuilder.setVariable(Variable var)
          Sets the Variable contained by the DataFrame that this builder will create.
(package private)  void DataFrameBuilder.BuilderDataFrame.setVariable(Variable var)
           
 

Uses of Variable in anl.aida.formula
 

Fields in anl.aida.formula declared as Variable
private  Variable FormulaVariable.variable
           
 

Methods in anl.aida.formula that return Variable
private  Variable DefaultFormula.createVariable()
           
 Variable FormulaVariable.getVariable()