OMS (v3.0.25)

Uses of Interface
oms3.io.CSTable

Packages that use CSTable
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
 class MemoryTable
          Table, that can be managed.
 

Methods in oms3.io that return CSTable
static CSTable DataIO.synthESPInput(CSTable table, java.util.Date iniStart, java.util.Date iniEnd, int fcDays, int year)
           
static CSTable DataIO.table(java.io.File r, java.lang.String name)
          Parse a table from a fiven File
 

Methods in oms3.io with parameters of type CSTable
static javax.swing.table.TableModel DataIO.createTableModel(CSTable src)
          Create a r/o data tablemodel
static int DataIO.findColumnByName(CSTable t, java.lang.String columnName)
           
static int DataIO.findRowByDate(java.util.Date date, int dateColumn, CSTable table)
           
static java.util.Date[] DataIO.getColumnDateValues(CSTable t, java.lang.String columnName)
           
static java.lang.Double[] DataIO.getColumnDoubleValues(CSTable t, java.lang.String columnName)
          Get a column as an int array.
static double[] DataIO.getColumnDoubleValuesInterval(java.util.Date start, java.util.Date end, CSTable t, java.lang.String columnName)
           
static java.text.SimpleDateFormat DataIO.lookupDateFormat(CSTable table, int col)
           
static void DataIO.print(CSTable table, java.io.File f)
           
static void DataIO.print(CSTable table, java.io.PrintWriter out)
          Print a CSTable
static int[] DataIO.sliceByTime(CSTable table, int timeCol, java.util.Date start, java.util.Date end)
          Get a slice of rows out of the table matching the time window
static CSTable DataIO.synthESPInput(CSTable table, java.util.Date iniStart, java.util.Date iniEnd, int fcDays, int year)
           
 

Constructors in oms3.io with parameters of type CSTable
MemoryTable(CSTable src)
           
MemoryTable(CSTable src, boolean skipContent)
           
 


OMS (v3.0.25)

Generated 2010-08-11 08:44:20 MDT, USDA-ARS-ASRU/CSU, 2150 Center Ave, Fort Collins, CO 80526, U.S.A.