|
Hyades Datapool Specification | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
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.datapool.INamedElement |
getDescription, getId, getName |
Method Detail |
public int getRecordCount()
public IDatapoolRecord getRecord(int record)
record
- The record contents at the specified zero based record index.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |