Hyades Datapool Specification

Uses of Interface
org.eclipse.hyades.execution.datapool.IDatapoolVariable

Uses of IDatapoolVariable in org.eclipse.hyades.execution.datapool
 

Methods in org.eclipse.hyades.execution.datapool that return IDatapoolVariable
 IDatapoolVariable IDatapoolCell.getVariable()
          Access to the variable that is used to reference this cell within a record.
 IDatapoolVariable IDatapool.getVariable(int variableIndex)
          The variable at a specified zero based column index.
 

Methods in org.eclipse.hyades.execution.datapool with parameters of type IDatapoolVariable
 void IDatapoolCell.setVariable(IDatapoolVariable variable)
          Defines the variable that is used to reference this cell within a record.
 void IDatapool.updateVariable(IDatapoolVariable variable, int variableIndex)
          Update the variable at a specified zero based variable index.
 void IDatapool.insertVariable(IDatapoolVariable variable, int beforeVariableIndex)
          Insert a variable before the variable at the specified zero based variable index.
 void IDatapool.appendVariable(IDatapoolVariable variable)
          Append a variable to the end of the datapool ordered variable collection.
 



Hyades DPL