public class AttractorStarTable extends AbstractStarTable
| Modifier and Type | Field and Description |
|---|---|
static ValueInfo |
ATTRACTOR_INFO |
static ValueInfo |
FILL_INFO |
| Constructor and Description |
|---|
AttractorStarTable(AttractorFamily.Attractor att,
long nrow)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the number of columns in this table.
|
ColumnInfo |
getColumnInfo(int icol)
Returns the object describing the data in a given column.
|
long |
getRowCount()
Returns the number of rows in this table, if known.
|
RowSequence |
getRowSequence()
Returns an object which can iterate over all the rows in the table
sequentially.
|
static void |
main(String[] args)
Writes some example attractor tables to stdout.
|
static void |
writeFiles(AttractorFamily family,
int nrow,
int nfile)
Utility/example method that can generate example tables corresponding
to interesting (strange) attractors.
|
checkedLongToInt, close, getCell, getColumnAuxDataInfos, getName, getParameters, getRow, getRowAccess, getRowSplittable, getURL, isRandom, setName, setParameters, setURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterByName, setParameterpublic static final ValueInfo ATTRACTOR_INFO
public static final ValueInfo FILL_INFO
public AttractorStarTable(AttractorFamily.Attractor att, long nrow)
att - attractornrow - row countpublic int getColumnCount()
StarTablegetColumnCount in interface StarTablegetColumnCount in class AbstractStarTablepublic long getRowCount()
StarTablegetRowCount in interface StarTablegetRowCount in class AbstractStarTablepublic ColumnInfo getColumnInfo(int icol)
StarTablegetColumnInfo in interface StarTablegetColumnInfo in class AbstractStarTableicol - the column for which header information is requiredicolpublic RowSequence getRowSequence()
StarTablegetRowSequence in interface StarTablegetRowSequence in class AbstractStarTablepublic static void writeFiles(AttractorFamily family, int nrow, int nfile) throws IOException
family - attractor familynrow - numer of rows in each output tablenfile - number of output table files to writeIOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.