com.jgaap
Class jgaap

java.lang.Object
  extended by com.jgaap.jgaap

public class jgaap
extends java.lang.Object

The jgaap main file.

Author:
michael ryan

Field Summary
static boolean commandline
           
static boolean DEBUG
           
 
Constructor Summary
jgaap()
           
 
Method Summary
static void initParameters()
          Initializes predefined global parameters.
static void main(java.lang.String[] args)
          launches either the CLI or the GUI based on the command line arguments
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandline

public static boolean commandline

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

jgaap

public jgaap()
Method Detail

initParameters

public static void initParameters()
Initializes predefined global parameters.


main

public static void main(java.lang.String[] args)
launches either the CLI or the GUI based on the command line arguments

Parameters:
args - the command line arguments