Class AttractorStarTable
java.lang.Object
uk.ac.starlink.table.AbstractStarTable
uk.ac.starlink.ttools.scheme.AttractorStarTable
- All Implemented Interfaces:
Closeable, AutoCloseable, uk.ac.starlink.table.StarTable
public class AttractorStarTable
extends uk.ac.starlink.table.AbstractStarTable
StarTable implementation based on an Attractor.
- Since:
- 20 Jul 2020
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final uk.ac.starlink.table.ValueInfostatic final uk.ac.starlink.table.ValueInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintuk.ac.starlink.table.ColumnInfogetColumnInfo(int icol) longuk.ac.starlink.table.RowSequencestatic voidWrites some example attractor tables to stdout.static voidwriteFiles(AttractorFamily family, int nrow, int nfile) Utility/example method that can generate example tables corresponding to interesting (strange) attractors.Methods inherited from class uk.ac.starlink.table.AbstractStarTable
checkedLongToInt, close, getCell, getColumnAuxDataInfos, getName, getParameters, getRow, getRowAccess, getRowSplittable, getURL, isRandom, setName, setParameters, setURLMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.ac.starlink.table.StarTable
getParameterByName, setParameter
-
Field Details
-
ATTRACTOR_INFO
public static final uk.ac.starlink.table.ValueInfo ATTRACTOR_INFO -
FILL_INFO
public static final uk.ac.starlink.table.ValueInfo FILL_INFO
-
-
Constructor Details
-
AttractorStarTable
Constructor.- Parameters:
att- attractornrow- row count
-
-
Method Details
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceuk.ac.starlink.table.StarTable- Specified by:
getColumnCountin classuk.ac.starlink.table.AbstractStarTable
-
getRowCount
public long getRowCount()- Specified by:
getRowCountin interfaceuk.ac.starlink.table.StarTable- Specified by:
getRowCountin classuk.ac.starlink.table.AbstractStarTable
-
getColumnInfo
public uk.ac.starlink.table.ColumnInfo getColumnInfo(int icol) - Specified by:
getColumnInfoin interfaceuk.ac.starlink.table.StarTable- Specified by:
getColumnInfoin classuk.ac.starlink.table.AbstractStarTable
-
getRowSequence
public uk.ac.starlink.table.RowSequence getRowSequence()- Specified by:
getRowSequencein interfaceuk.ac.starlink.table.StarTable- Specified by:
getRowSequencein classuk.ac.starlink.table.AbstractStarTable
-
writeFiles
Utility/example method that can generate example tables corresponding to interesting (strange) attractors. There is informative output to stdout, and the tables are written to the current directory.- Parameters:
family- attractor familynrow- numer of rows in each output tablenfile- number of output table files to write- Throws:
IOException
-
main
Writes some example attractor tables to stdout. Use -h for usage.- Throws:
IOException
-