userinterface.cmdline
Class CmdHalfLife

java.lang.Object
  extended by userinterface.cmdline.CmdHalfLife

public class CmdHalfLife
extends java.lang.Object

Serves as interface between command line input and calculation of half lives

Author:
Stefanie Kaufmann

Field Summary
static java.lang.String EU
           
static java.lang.String NEW
           
static java.lang.String PRE
           
 
Constructor Summary
CmdHalfLife()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method which takes an options array as input and starts all necessary calculations for half lives Prints the results into a file, if '-corr TRUE' also provides correction factors based on median
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW

public static final java.lang.String NEW
See Also:
Constant Field Values

PRE

public static final java.lang.String PRE
See Also:
Constant Field Values

EU

public static final java.lang.String EU
See Also:
Constant Field Values
Constructor Detail

CmdHalfLife

public CmdHalfLife()
Method Detail

main

public static void main(java.lang.String[] args)
Main method which takes an options array as input and starts all necessary calculations for half lives Prints the results into a file, if '-corr TRUE' also provides correction factors based on median

Parameters:
args - The complete options array given in the command line