p3j.simulation.calculation.deterministic.parameters
Class NativeParameters

java.lang.Object
  extended by p3j.simulation.calculation.deterministic.parameters.BasicParameters
      extended by p3j.simulation.calculation.deterministic.parameters.NativeParameters

public class NativeParameters
extends BasicParameters

Parameters for calculating the basic population. Basic parameter class Created on July 09, 2006

Author:
Christina Bohk, Roland Ewald

Constructor Summary
NativeParameters()
          Constructor for bean compliance.
NativeParameters(int numOfYears, int maximumAge)
          Default constructor.
 
Method Summary
 Matrix2D getPEndSYf()
           
 Matrix2D getPEndSYm()
           
 void setPEndSYf(Matrix2D endSYf)
           
 void setPEndSYm(Matrix2D endSYm)
           
 
Methods inherited from class p3j.simulation.calculation.deterministic.parameters.BasicParameters
getDeathProbInfant1halfFemale, getDeathProbInfant1halfMale, getFemalePropLiveBirth, getFertX, getMalePropLiveBirth, getMaxAge, getMortXf, getMortXm, getNumOfYears, getSurviveProbO100f, getSurviveProbO100m, setDeathProbInfant1halfFemale, setDeathProbInfant1halfMale, setFertX, setMaleRateLiveBirth, setMaxAge, setMortXf, setMortXm, setNumOfYears, setSurviveProbO100f, setSurviveProbO100m
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeParameters

public NativeParameters(int numOfYears,
                        int maximumAge)
Default constructor.

Parameters:
numOfYears - number of years to be projected
maximumAge - the maximum age to be considered

NativeParameters

public NativeParameters()
Constructor for bean compliance. Do NOT use manually.

Method Detail

getPEndSYm

public Matrix2D getPEndSYm()

setPEndSYm

public void setPEndSYm(Matrix2D endSYm)

getPEndSYf

public Matrix2D getPEndSYf()

setPEndSYf

public void setPEndSYf(Matrix2D endSYf)


Copyright © 2012. All Rights Reserved.