|
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. |
int |
getCellCount()
The number of cells available in a record. |
void |
setCell(IDatapoolCell cell,
int cellIndex)
Replace a value at the specified zero based cell index. |
Method Detail |
public int getCellCount()
public void setCell(IDatapoolCell cell, int cellIndex)
cellIndex
- A zero based cell index.getCell(int)
public IDatapoolCell getCell(int cellIndex)
cellIndex
- The zero based cell index.
setCell(IDatapoolCell,int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |