p3j.simulation.calculation.deterministic.parameters
Class NativeParameters
java.lang.Object
p3j.simulation.calculation.deterministic.parameters.BasicParameters
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
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 |
NativeParameters
public NativeParameters(int numOfYears,
int maximumAge)
- Default constructor.
- Parameters:
numOfYears
- number of years to be projectedmaximumAge
- the maximum age to be considered
NativeParameters
public NativeParameters()
- Constructor for bean compliance. Do NOT use manually.
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.