Hyades Datapool Specification

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

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.
 

Methods in org.eclipse.hyades.execution.datapool with parameters of type IDatapoolCell
 void IDatapoolRecord.setCell(IDatapoolCell cell, int cellIndex)
          Replace a value at the specified zero based cell index.
 



Hyades DPL