Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.pppm.parameters | |
p3j.simulation |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
IP3MDatabase.getAllParameters()
Retrieves list with all parameters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
P3MDatabase.getParameter(String name) |
Parameter |
P3MDatabase.newParameter(String name,
boolean genDep,
MatrixDimension height,
MatrixDimension width,
Population population) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
P3MDatabase.getAllParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteParameter(Parameter parameter) |
ParameterInstance |
P3MDatabase.getParameterInstance(Parameter param,
int generation) |
ParameterInstance |
P3MDatabase.newParameterInstance(int comparisonIndex,
Parameter param,
int generation) |
Modifier and Type | Field and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterInstance.getParameter() |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Parameters.getParams()
Gets the params.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterInstance.setParameter(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.setParams(List<Parameter> params)
Sets the params.
|
Constructor and Description |
---|
ParameterInstance(int cIndex,
Parameter param)
Constructor for general parameters.
|
ParameterInstance(int cIndex,
Parameter param,
int gen)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.