Uses of Class
dbStorage.S_Variable

Packages that use S_Variable
dbStorage   
 

Uses of S_Variable in dbStorage
 

Methods in dbStorage that return S_Variable
 S_Variable S_DataSet.getVariable(java.lang.String name)
          A method to return a variable given the name
 

Methods in dbStorage with parameters of type S_Variable
 boolean S_DataSet.isIndex(S_Variable variable)
          isIndex This method checks to see if a variable is an index for any other variables within the dataset--it is assumed that if it is, then the values should be unique
 void DataSetWorker.updateExternalVarValueDirect(int datasetID, S_Variable oS_Variable, int parameterID, S_Value oS_Value)
           
 void DataSetWorker.updateExternalVarValueDirect(int datasetID, S_Variable oS_Variable, int parameterID, S_Value oS_Value, java.io.PrintWriter out)
           
 void DataSetWorker.updateVarValueDirect(int datasetID, S_Variable oS_Variable, int parameterID, S_Value oS_Value)
           
 void DataSetWorker.updateVarValueDirect(int datasetID, S_Variable oS_Variable, int parameterID, S_Value oS_Value, java.io.PrintWriter out)