IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

org.eclipse.hyades.edit.datapool
Interface IDatapoolRecord

All Superinterfaces:
IDatapoolRecord

public interface IDatapoolRecord
extends IDatapoolRecord

A logical grouping of values in a datapool. A datapool is an ordered collection equivalence classes which contain an order collection of records. And to complete the hierarchy, a record is an ordered collection of cells.

Several restrictions exist on records within a datapool:


Method Summary
 void setCell(IDatapoolCell cell, int cellIndex)
          Replace a value at the specified zero based cell index.
 
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord
getCell, getCell, getCellCount, getEquivalenceClass
 

Method Detail

setCell

void setCell(IDatapoolCell cell,              int cellIndex)
Replace a value at the specified zero based cell index.

Parameters:
cell - The value to replace in the specified cell.
cellIndex - A zero based cell index.
See Also:
IDatapoolRecord.getCell(int)