public class LoopStarTable
extends uk.ac.starlink.table.ColumnStarTable
| Constructor | Description |
|---|---|
LoopStarTable(java.lang.String colName,
double start,
double end,
double step,
java.lang.Boolean isInteger) |
Constructs a loop table from values like the initialisers of a for loop.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getRowCount() |
checkedLongToInt, getColumnAuxDataInfos, getName, getParameterByName, getParameters, getRow, getURL, setName, setParameter, setParameters, setURLaddColumn, getCell, getColumnCount, getColumnData, getColumnInfo, makeTableWithRows, setCell, setColumnpublic LoopStarTable(java.lang.String colName,
double start,
double end,
double step,
java.lang.Boolean isInteger)
isInteger parameter may be set True for an
Integer column, False for a Double column, and null if the type is
to be determined from the input values (integer if all are integers).colName - name of the single column name in the tablestart - initial (row 0) value of variableend - value which variable will not exceedstep - per-row increment of variableCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.