treecalc.comp.java
Class JavaTables

java.lang.Object
  extended by treecalc.comp.java.JavaTables

public class JavaTables
extends java.lang.Object


Field Summary
static int CALL_CELL_R_R
           
static int CALL_CELL_R_RN
           
static int CALL_CELL_R_S
           
static int CALL_CELL_R_SN
           
static int CALL_CELL_S_R
           
static int CALL_CELL_S_RN
           
static int CALL_CELL_S_S
           
static int CALL_CELL_S_SN
           
static int CALL_COLINDEX
           
static int CALL_DATA
           
static int CALL_EXACT
           
static int CALL_EXACT_COL
           
static int CALL_EXACT_COLIND
           
static int CALL_EXIST
           
static int CALL_GET
           
static int CALL_GET_COL
           
static int CALL_INTERPOL
           
static int CALL_INTERVAL_DOWN
           
static int CALL_INTERVAL_DOWN_COL
           
static int CALL_INTERVAL_UP
           
static int CALL_INTERVAL_UP_COL
           
static int CALL_NUMCOLS
           
static int CALL_NUMROWS
           
static int CALL_OO
           
 
Method Summary
static void generate(ModelSimple model, java.lang.String foldernameout, java.lang.String packagename, boolean gwt, boolean trace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALL_EXIST

public static final int CALL_EXIST
See Also:
Constant Field Values

CALL_GET

public static final int CALL_GET
See Also:
Constant Field Values

CALL_GET_COL

public static final int CALL_GET_COL
See Also:
Constant Field Values

CALL_EXACT

public static final int CALL_EXACT
See Also:
Constant Field Values

CALL_EXACT_COL

public static final int CALL_EXACT_COL
See Also:
Constant Field Values

CALL_EXACT_COLIND

public static final int CALL_EXACT_COLIND
See Also:
Constant Field Values

CALL_INTERVAL_UP

public static final int CALL_INTERVAL_UP
See Also:
Constant Field Values

CALL_INTERVAL_UP_COL

public static final int CALL_INTERVAL_UP_COL
See Also:
Constant Field Values

CALL_INTERVAL_DOWN

public static final int CALL_INTERVAL_DOWN
See Also:
Constant Field Values

CALL_INTERVAL_DOWN_COL

public static final int CALL_INTERVAL_DOWN_COL
See Also:
Constant Field Values

CALL_CELL_S_S

public static final int CALL_CELL_S_S
See Also:
Constant Field Values

CALL_CELL_S_R

public static final int CALL_CELL_S_R
See Also:
Constant Field Values

CALL_CELL_R_S

public static final int CALL_CELL_R_S
See Also:
Constant Field Values

CALL_CELL_R_R

public static final int CALL_CELL_R_R
See Also:
Constant Field Values

CALL_CELL_S_SN

public static final int CALL_CELL_S_SN
See Also:
Constant Field Values

CALL_CELL_S_RN

public static final int CALL_CELL_S_RN
See Also:
Constant Field Values

CALL_CELL_R_SN

public static final int CALL_CELL_R_SN
See Also:
Constant Field Values

CALL_CELL_R_RN

public static final int CALL_CELL_R_RN
See Also:
Constant Field Values

CALL_INTERPOL

public static final int CALL_INTERPOL
See Also:
Constant Field Values

CALL_NUMROWS

public static final int CALL_NUMROWS
See Also:
Constant Field Values

CALL_NUMCOLS

public static final int CALL_NUMCOLS
See Also:
Constant Field Values

CALL_COLINDEX

public static final int CALL_COLINDEX
See Also:
Constant Field Values

CALL_DATA

public static final int CALL_DATA
See Also:
Constant Field Values

CALL_OO

public static final int CALL_OO
See Also:
Constant Field Values
Method Detail

generate

public static void generate(ModelSimple model,
                            java.lang.String foldernameout,
                            java.lang.String packagename,
                            boolean gwt,
                            boolean trace)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.