Hyades Datapool Specification

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

Packages that use IDatapoolCell
org.eclipse.hyades.edit.datapool   
org.eclipse.hyades.execution.datapool   
 

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

Subinterfaces of IDatapoolCell in org.eclipse.hyades.edit.datapool
 interface IDatapoolCell
          An element of a record within a datapool.
 

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

Methods in org.eclipse.hyades.execution.datapool that return IDatapoolCell
 IDatapoolCell IDatapoolRecord.getCell(int cellIndex)
          The value for the cell in the current record and the specified variable is returned.
 IDatapoolCell IDatapoolRecord.getCell(java.lang.String variableName)
          The value for the cell in the current record and the specified variable is returned.
 



Hyades DPL