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, setURL
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameterByName, setParameter
public static final ValueInfo ATTRACTOR_INFO
public static final ValueInfo FILL_INFO
public AttractorStarTable(AttractorFamily.Attractor att, long nrow)
att
- attractornrow
- row countpublic int getColumnCount()
StarTable
getColumnCount
in interface StarTable
getColumnCount
in class AbstractStarTable
public long getRowCount()
StarTable
getRowCount
in interface StarTable
getRowCount
in class AbstractStarTable
public ColumnInfo getColumnInfo(int icol)
StarTable
getColumnInfo
in interface StarTable
getColumnInfo
in class AbstractStarTable
icol
- the column for which header information is requiredicol
public RowSequence getRowSequence()
StarTable
getRowSequence
in interface StarTable
getRowSequence
in class AbstractStarTable
public 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 writeIOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.