|
Hyades Datapool Specification | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
IDatapoolCell |
getCell(int cellIndex)
The value for the cell in the current record and the specified variable is returned. |
IDatapoolCell |
getCell(java.lang.String variableName)
The value for the cell in the current record and the specified variable is returned. |
int |
getCellCount()
The number of cells available in a record. |
Method Detail |
public int getCellCount()
public IDatapoolCell getCell(int cellIndex)
DatapoolException
is thrown if
the name does not match a variable name in the record.
cellIndex
- The zero based cell index.
public IDatapoolCell getCell(java.lang.String variableName)
DatapoolException
is thrown if the name does not match a variable
name in the record.
variableName
- The variable name to identify the cell by.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |