Hyades Datapool Specification

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

Packages that use IDatapoolVariable
org.eclipse.hyades.edit.datapool   
org.eclipse.hyades.execution.runtime.datapool   
 

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

Subinterfaces of IDatapoolVariable in org.eclipse.hyades.edit.datapool
 interface IDatapoolVariable
          Each cell in a record has a unique variable association.
 

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

Methods in org.eclipse.hyades.execution.runtime.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.
 



Hyades DPL