p3j.simulation.calculation.deterministic
Class Constants

java.lang.Object
  extended by p3j.simulation.calculation.deterministic.Constants

public final class Constants
extends Object

Container for some basic constants. Created on July 16, 2006

Author:
Christina Bohk, Roland Ewald

Field Summary
static int BASELINE_AMOUNT_MORT_MATRICES
          The baseline amount of persons in the mortality matrices.
static short DEFAULT_MAXIMUM_AGE
          Default maximum age that can be reached (all people older are not distinguished by their age anymore).
static byte DEFAULT_NUM_GENERATIONS
          Default number of generations to be considered.
static short DEFAULT_NUM_YEARS
          Default number of years to be predicted.
static short FERT_AGE_BEGIN
          Beginning of the fertility ages.
static short FERT_AGE_END
          End of the fertility ages.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAXIMUM_AGE

public static final short DEFAULT_MAXIMUM_AGE
Default maximum age that can be reached (all people older are not distinguished by their age anymore).

See Also:
Constant Field Values

BASELINE_AMOUNT_MORT_MATRICES

public static final int BASELINE_AMOUNT_MORT_MATRICES
The baseline amount of persons in the mortality matrices. Can be set arbitrarily in principle, since the simulator uses relative values (i.e. estimates for probabilities).

See Also:
Constant Field Values

FERT_AGE_BEGIN

public static final short FERT_AGE_BEGIN
Beginning of the fertility ages.

See Also:
Constant Field Values

FERT_AGE_END

public static final short FERT_AGE_END
End of the fertility ages.

See Also:
Constant Field Values

DEFAULT_NUM_GENERATIONS

public static final byte DEFAULT_NUM_GENERATIONS
Default number of generations to be considered.

See Also:
Constant Field Values

DEFAULT_NUM_YEARS

public static final short DEFAULT_NUM_YEARS
Default number of years to be predicted.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.