treecalc.vm
Class TciMachineTabaccess

java.lang.Object
  extended by treecalc.vm.TciMachineTabaccess

public class TciMachineTabaccess
extends java.lang.Object


Constructor Summary
TciMachineTabaccess()
           
 
Method Summary
static treecalc.rt.V findExact(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V findExactColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static treecalc.rt.V findExactColumnIndex(TciAssembler.Table tab, int colind, treecalc.rt.V... keys)
           
static treecalc.rt.V findIntervalDown(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V findIntervalDownColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static treecalc.rt.V findIntervalUp(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V findIntervalUpColumn(TciAssembler.Table tab, treecalc.rt.V columnname, treecalc.rt.V... keys)
           
static int findRowExact(TciAssembler.Table tab, treecalc.rt.V... keys)
           
static treecalc.rt.V get(TciAssembler.Table tab, int rowind, int colind)
           
static treecalc.rt.V get(TciAssembler.Table tab, int rowind, treecalc.rt.V columnname)
           
static treecalc.rt.V getCell(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V col)
          ");
static treecalc.rt.V getCellByName(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colname)
           
static treecalc.rt.V getCells(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colFrom, treecalc.rt.V colTo)
           
static treecalc.rt.V getCellsByName(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colNameFrom, treecalc.rt.V colNameTo)
           
static treecalc.rt.V getCellsColumn(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V col)
           
static treecalc.rt.V getCellsColumnByName(TciAssembler.Table tab, treecalc.rt.V rowFrom, treecalc.rt.V rowTo, treecalc.rt.V colname)
           
static treecalc.rt.V getCellsRow(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colFrom, treecalc.rt.V colTo)
           
static treecalc.rt.V getCellsRowByName(TciAssembler.Table tab, treecalc.rt.V row, treecalc.rt.V colNameFrom, treecalc.rt.V colNameTo)
           
protected static int getColindex(TciAssembler.Table tab, java.lang.String name)
           
static treecalc.rt.V interpol(TciAssembler.Table tab, treecalc.rt.V key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TciMachineTabaccess

public TciMachineTabaccess()
Method Detail

getColindex

protected static int getColindex(TciAssembler.Table tab,
                                 java.lang.String name)

findRowExact

public static final int findRowExact(TciAssembler.Table tab,
                                     treecalc.rt.V... keys)

get

public static final treecalc.rt.V get(TciAssembler.Table tab,
                                      int rowind,
                                      treecalc.rt.V columnname)

get

public static final treecalc.rt.V get(TciAssembler.Table tab,
                                      int rowind,
                                      int colind)

findExact

public static final treecalc.rt.V findExact(TciAssembler.Table tab,
                                            treecalc.rt.V... keys)

findExactColumn

public static final treecalc.rt.V findExactColumn(TciAssembler.Table tab,
                                                  treecalc.rt.V columnname,
                                                  treecalc.rt.V... keys)

findExactColumnIndex

public static final treecalc.rt.V findExactColumnIndex(TciAssembler.Table tab,
                                                       int colind,
                                                       treecalc.rt.V... keys)

findIntervalUp

public static final treecalc.rt.V findIntervalUp(TciAssembler.Table tab,
                                                 treecalc.rt.V... keys)

findIntervalUpColumn

public static final treecalc.rt.V findIntervalUpColumn(TciAssembler.Table tab,
                                                       treecalc.rt.V columnname,
                                                       treecalc.rt.V... keys)

findIntervalDown

public static final treecalc.rt.V findIntervalDown(TciAssembler.Table tab,
                                                   treecalc.rt.V... keys)

findIntervalDownColumn

public static final treecalc.rt.V findIntervalDownColumn(TciAssembler.Table tab,
                                                         treecalc.rt.V columnname,
                                                         treecalc.rt.V... keys)

getCell

public static final treecalc.rt.V getCell(TciAssembler.Table tab,
                                          treecalc.rt.V row,
                                          treecalc.rt.V col)
");

Parameters:
rownum - row index, starting with 1");
colnum - column index, starting with 1");

getCellsRow

public static final treecalc.rt.V getCellsRow(TciAssembler.Table tab,
                                              treecalc.rt.V row,
                                              treecalc.rt.V colFrom,
                                              treecalc.rt.V colTo)

getCellsColumn

public static final treecalc.rt.V getCellsColumn(TciAssembler.Table tab,
                                                 treecalc.rt.V rowFrom,
                                                 treecalc.rt.V rowTo,
                                                 treecalc.rt.V col)

getCells

public static final treecalc.rt.V getCells(TciAssembler.Table tab,
                                           treecalc.rt.V rowFrom,
                                           treecalc.rt.V rowTo,
                                           treecalc.rt.V colFrom,
                                           treecalc.rt.V colTo)

getCellByName

public static final treecalc.rt.V getCellByName(TciAssembler.Table tab,
                                                treecalc.rt.V row,
                                                treecalc.rt.V colname)

getCellsRowByName

public static final treecalc.rt.V getCellsRowByName(TciAssembler.Table tab,
                                                    treecalc.rt.V row,
                                                    treecalc.rt.V colNameFrom,
                                                    treecalc.rt.V colNameTo)

getCellsColumnByName

public static final treecalc.rt.V getCellsColumnByName(TciAssembler.Table tab,
                                                       treecalc.rt.V rowFrom,
                                                       treecalc.rt.V rowTo,
                                                       treecalc.rt.V colname)

getCellsByName

public static final treecalc.rt.V getCellsByName(TciAssembler.Table tab,
                                                 treecalc.rt.V rowFrom,
                                                 treecalc.rt.V rowTo,
                                                 treecalc.rt.V colNameFrom,
                                                 treecalc.rt.V colNameTo)

interpol

public static final treecalc.rt.V interpol(TciAssembler.Table tab,
                                           treecalc.rt.V key)


Copyright © 2013. All Rights Reserved.