public interface IDatapoolEquivalenceClass extends INamedElement
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
Modifier and Type | Method and Description |
---|---|
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.
|
getDescription, getId, getName
int getRecordCount()
IDatapoolRecord getRecord(int record)
record
- The record contents at the specified zero based record index.