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

Project Version 2.3

org.eclipse.hyades.execution.runtime.datapool
Interface IDatapoolEquivalenceClass

All Superinterfaces:
INamedElement
All Known Subinterfaces:
IDatapoolEquivalenceClass

public interface IDatapoolEquivalenceClass
extends INamedElement

An equivalence class is a logical grouping of records within a datapool. All records in an equivalence class have the same uniform length as records in all other equivalence classes associated with a single datapool. Note that each equivalence class is a named element with an associated name and ID.

See Also:
IDatapool, IDatapoolRecord

Method Summary
 IDatapool getDatapool()
          Access to the datapool that is the parent of this equivalence class.
 IDatapoolRecord getRecord(int record)
          Access to the record contents at the specified zero based record index.
 int getRecordCount()
          The number of records in the equivalence class.
 
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.INamedElement
getDescription, getId, getName
 

Method Detail

getRecordCount

int getRecordCount()
The number of records in the equivalence class.

Returns:
The number of records in the equivalence class.

getRecord

IDatapoolRecord getRecord(int record)
Access to the record contents at the specified zero based record index.

Parameters:
record - The record contents at the specified zero based record index.

getDatapool

IDatapool getDatapool()
Access to the datapool that is the parent of this equivalence class.

Returns:
The datapool that is the parent of this equivalence class.