p3j.simulation.calculation.deterministic.parameters
Class MigChildParameters

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

public class MigChildParameters
extends BasicParameters

Parameters for children of migrants. Created on July 22, 2006

Author:
Christina Bohk, Roland Ewald

Constructor Summary
MigChildParameters()
          Constructor for bean compliance.
MigChildParameters(int numOfYears, int maximumAge)
          Default constructor.
 
Method Summary
 Matrix2D getOldFertX()
           
 Matrix2D getOldMeanXf()
           
 void setOldFertX(Matrix2D oldFertX)
           
 void setOldMeanXf(Matrix2D oldMeanXf)
           
 
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

MigChildParameters

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

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

MigChildParameters

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

Method Detail

getOldMeanXf

public Matrix2D getOldMeanXf()

setOldMeanXf

public void setOldMeanXf(Matrix2D oldMeanXf)

getOldFertX

public Matrix2D getOldFertX()

setOldFertX

public void setOldFertX(Matrix2D oldFertX)


Copyright © 2012. All Rights Reserved.