|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatapoolEquivalenceClass
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.
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 |
---|
int getRecordCount()
IDatapoolRecord getRecord(int record)
record
- The record contents at the specified zero based record index.IDatapool getDatapool()
datapool
that is the parent of this equivalence
class.
datapool
that is the parent of this equivalence
class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |