org.primordion.xholon.base
Class IIntegration

java.lang.Object
  extended byorg.primordion.xholon.base.IIntegration

public class IIntegration
extends java.lang.Object

Numerical integration package.

Since:
0.5 (Created on January 17, 2007) TODO Do I need a set of concrete integration classes to actually do different types of numerical integration?
Author:
Ken Webb

Field Summary
static int M_1
           
static int M_1024
           
static int M_128
           
static int M_131072
           
static int M_16
           
static int M_16384
           
static int M_2
           
static int M_2048
           
static int M_256
           
static int M_262144
           
static int M_32
           
static int M_32768
           
static int M_4
           
static int M_4096
           
static int M_512
           
static int M_64
           
static int M_65536
           
static int M_8
           
static int M_8192
           
static int M_DAILY
           
static int M_DEFAULT
           
static int M_HOURLY
           
static int M_MINUTELY
           
static int M_MONTHLY
           
static int M_SECONDLY
           
static int M_WEEKLY
           
static int M_YEARLY
           
 
Constructor Summary
IIntegration()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M_YEARLY

public static final int M_YEARLY
See Also:
Constant Field Values

M_MONTHLY

public static final int M_MONTHLY
See Also:
Constant Field Values

M_WEEKLY

public static final int M_WEEKLY
See Also:
Constant Field Values

M_DAILY

public static final int M_DAILY
See Also:
Constant Field Values

M_HOURLY

public static final int M_HOURLY
See Also:
Constant Field Values

M_MINUTELY

public static final int M_MINUTELY
See Also:
Constant Field Values

M_SECONDLY

public static final int M_SECONDLY
See Also:
Constant Field Values

M_1

public static final int M_1
See Also:
Constant Field Values

M_2

public static final int M_2
See Also:
Constant Field Values

M_4

public static final int M_4
See Also:
Constant Field Values

M_8

public static final int M_8
See Also:
Constant Field Values

M_16

public static final int M_16
See Also:
Constant Field Values

M_32

public static final int M_32
See Also:
Constant Field Values

M_64

public static final int M_64
See Also:
Constant Field Values

M_128

public static final int M_128
See Also:
Constant Field Values

M_256

public static final int M_256
See Also:
Constant Field Values

M_512

public static final int M_512
See Also:
Constant Field Values

M_1024

public static final int M_1024
See Also:
Constant Field Values

M_2048

public static final int M_2048
See Also:
Constant Field Values

M_4096

public static final int M_4096
See Also:
Constant Field Values

M_8192

public static final int M_8192
See Also:
Constant Field Values

M_16384

public static final int M_16384
See Also:
Constant Field Values

M_32768

public static final int M_32768
See Also:
Constant Field Values

M_65536

public static final int M_65536
See Also:
Constant Field Values

M_131072

public static final int M_131072
See Also:
Constant Field Values

M_262144

public static final int M_262144
See Also:
Constant Field Values

M_DEFAULT

public static final int M_DEFAULT
See Also:
Constant Field Values
Constructor Detail

IIntegration

public IIntegration()