Uses of Class
p3j.pppm.parameters.Parameter

Packages that use Parameter
p3j.database   
p3j.database.hibernate   
p3j.pppm.parameters   
p3j.simulation   
 

Uses of Parameter in p3j.database
 

Methods in p3j.database that return Parameter
 Parameter IP3MDatabase.getParameter(String name)
          Retrieves a parameter with the given name from the database.
 Parameter IP3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
          Creates a new parameter (if not already existent) and returns it.
 

Methods in p3j.database that return types with arguments of type Parameter
 List<Parameter> IP3MDatabase.getAllParameters()
          Retrieves list with all parameters.
 

Methods in p3j.database with parameters of type Parameter
 boolean IP3MDatabase.deleteParameter(Parameter parameter)
          Deletes given parameter from database.
 ParameterInstance IP3MDatabase.getParameterInstance(Parameter param, int generation)
          Retrieves a parameter instance from the database.
 ParameterInstance IP3MDatabase.newParameterInstance(int comparisonIndex, Parameter param, int generation)
          Creates new parameter instance.
 

Uses of Parameter in p3j.database.hibernate
 

Methods in p3j.database.hibernate that return Parameter
 Parameter P3MDatabase.getParameter(String name)
           
 Parameter P3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
           
 

Methods in p3j.database.hibernate that return types with arguments of type Parameter
 List<Parameter> P3MDatabase.getAllParameters()
           
 

Methods in p3j.database.hibernate with parameters of type Parameter
 boolean P3MDatabase.deleteParameter(Parameter parameter)
           
 ParameterInstance P3MDatabase.getParameterInstance(Parameter param, int generation)
           
 ParameterInstance P3MDatabase.newParameterInstance(int comparisonIndex, Parameter param, int generation)
           
 

Uses of Parameter in p3j.pppm.parameters
 

Fields in p3j.pppm.parameters declared as Parameter
static Parameter Parameters.EMIG_DEATHPROB_INFANT_1STHALF_F
          Emigrants: Proportion of infant deaths dying in the first 6 months (female).
static Parameter Parameters.EMIG_DEATHPROB_INFANT_1STHALF_M
          Emigrants: Proportion of infant deaths dying in the first 6 months (male).
static Parameter Parameters.EMIG_FERT
          Emigrants: Fertility.
static Parameter Parameters.EMIG_MORT_X_F
          Emigrants: Mortality (female).
static Parameter Parameters.EMIG_MORT_X_M
          Emigrants: Mortality (male).
static Parameter Parameters.EMIG_PROP_LIVEBIRTH_M
          Emigrants: Proportion of male live births.
static Parameter Parameters.EMIG_SURV_PROB_O100_F
          Emigrants: Survival probability of open-end age class (female).
static Parameter Parameters.EMIG_SURV_PROB_O100_M
          Emigrants: Survival probability of open-end age class (male).
static Parameter Parameters.EMIGRANTS_F
          Emigrants (female).
static Parameter Parameters.EMIGRANTS_M
          Emigrants (male).
static Parameter Parameters.IMMIG_DEATHPROB_INFANT_1STHALF_F
          Immigrants: Proportion of infant deaths dying in the first 6 months (female).
static Parameter Parameters.IMMIG_DEATHPROB_INFANT_1STHALF_M
          Immigrants: Proportion of infant deaths dying in the first 6 months (male).
static Parameter Parameters.IMMIG_F
          Immigrants (female).
static Parameter Parameters.IMMIG_FERT
          Immigrants: Fertility.
static Parameter Parameters.IMMIG_M
          Immigrants (male).
static Parameter Parameters.IMMIG_MORT_X_F
          Immigrants: Mortality (female).
static Parameter Parameters.IMMIG_MORT_X_M
          Immigrants: Mortality (male).
static Parameter Parameters.IMMIG_PROP_LIVEBIRTH_M
          Immigrants: Proportion of male live births.
static Parameter Parameters.IMMIG_SURV_PROB_O100_F
          Immigrants: Survival probability of open-end age class (female).
static Parameter Parameters.IMMIG_SURV_PROB_O100_M
          Immigrants: Survival probability of open-end age class (male).
static Parameter Parameters.NAT_DEATHPROB_INFANT_1STHALF_F
          Natives: Proportion of infant deaths dying in the first 6 months (female).
static Parameter Parameters.NAT_DEATHPROB_INFANT_1STHALF_M
          Natives: Proportion of infant deaths dying in the first 6 months (male).
static Parameter Parameters.NAT_FERT
          Natives: Fertility.
static Parameter Parameters.NAT_MORT_X_F
          Natives: Mortality (female).
static Parameter Parameters.NAT_MORT_X_M
          Natives: Mortality (male).
static Parameter Parameters.NAT_P_END_SY_F
          Natives: Jump-off population (female).
static Parameter Parameters.NAT_P_END_SY_M
          Natives: Jump-off population (male).
static Parameter Parameters.NAT_PROP_LIVEBIRTH_M
          Natives: Proportion of male live births.
static Parameter Parameters.NAT_SURV_PROB_O100_F
          Natives: Survival probability of open-end age class (female).
static Parameter Parameters.NAT_SURV_PROB_O100_M
          Natives: Survival probability of open-end age class (male).
 

Methods in p3j.pppm.parameters that return Parameter
 Parameter ParameterInstance.getParameter()
           
 

Methods in p3j.pppm.parameters that return types with arguments of type Parameter
 List<Parameter> Parameters.getParams()
          Gets the params.
 

Methods in p3j.pppm.parameters with parameters of type Parameter
 void ParameterInstance.setParameter(Parameter parameter)
           
 

Method parameters in p3j.pppm.parameters with type arguments of type Parameter
 void Parameters.setParams(List<Parameter> params)
          Sets the params.
 

Constructors in p3j.pppm.parameters with parameters of type Parameter
ParameterInstance(int cIndex, Parameter param)
          Constructor for general parameters.
ParameterInstance(int cIndex, Parameter param, int gen)
          Default constructor.
 

Uses of Parameter in p3j.simulation
 

Methods in p3j.simulation with parameters of type Parameter
protected  Matrix2D SingleExecution.getGenDepParameter(Parameter parameter, int generation)
          Retrieve the value for a generation-dependent parameter.
protected  Matrix2D SingleExecution.getGenIndepParameter(Parameter parameter)
          Retrieve the value for a generation-independent parameter.
 



Copyright © 2012. All Rights Reserved.