Uses of Interface
oms3.io.CSTable
-
Packages that use CSTable Package Description oms3.io I/O classes for property and table access based on CSV. -
-
Uses of CSTable in oms3.io
Classes in oms3.io that implement CSTable Modifier and Type Class Description classMemoryTableTable, that can be *fully* managed in Memory.Methods in oms3.io that return CSTable Modifier and Type Method Description static CSTableDataIO. asTable(CSProperties p, String dim)static CSTableDataIO. extractColumns(CSTable table, String... colNames)Extract the columns and create another table.static CSTableDataIO. getTable(CSProperties p, String boundName)static CSTableDataIO. synthESPInput(CSTable table, Date iniStart, Date iniEnd, int fcDays, int year)static CSTableDataIO. table(File file)Parse the first table from a filestatic CSTableDataIO. table(File file, String name)Parse a table from a given File.static CSTableDataIO. table(String s)Parse a table from a Reader.static CSTableDataIO. table(String s, String name)Parse a table from a Reader.static CSTableDataIO. table(URL url)Opens the first table found at the URLstatic CSTableDataIO. table(URL url, String name)Create a CSTable from a URL source.Methods in oms3.io with parameters of type CSTable Modifier and Type Method Description static booleanDataIO. columnExist(CSTable table, String name)Check if a column exist in table.static intDataIO. columnIndex(CSTable table, String name)Gets a column index by namestatic int[]DataIO. columnIndexes(CSTable table, String name)Get the column indexes for a given column name.static List<String>DataIO. columnNames(CSTable table, String name)static TableModelDataIO. createTableModel(CSTable src)Create a r/o data tablemodelstatic CSTableDataIO. extractColumns(CSTable table, String... colNames)Extract the columns and create another table.static intDataIO. findRowByDate(Date date, int dateColumn, CSTable table)static CSPropertiesDataIO. fromTable(CSTable t)static Date[]DataIO. getColumnDateValues(CSTable t, String columnName)static Double[]DataIO. getColumnDoubleValues(CSTable t, String columnName)Get a column as an int array.static double[]DataIO. getColumnDoubleValuesInterval(Date start, Date end, CSTable t, String columnName, int timeStep)static SimpleDateFormatDataIO. lookupDateFormat(CSTable table, int col)static voidDataIO. print(CSTable table, PrintWriter out)Print a CSTable to a PrintWriterstatic voidDataIO. save(CSTable table, File file)Saves a table to a file.static int[]DataIO. sliceByTime(CSTable table, int timeCol, Date start, Date end)Get a slice of rows out of the table matching the time windowstatic CSTableDataIO. synthESPInput(CSTable table, Date iniStart, Date iniEnd, int fcDays, int year)Constructors in oms3.io with parameters of type CSTable Constructor Description MemoryTable(CSTable src)MemoryTable(CSTable src, boolean skipContent)
-