Package | Description |
---|---|
p3j.experiment.results | |
p3j.gui.dialogs | |
p3j.pppm | |
p3j.pppm.parameters |
Constructor and Description |
---|
ResultAggregation(int numberOfGenerations,
int numberOfYears,
SubPopulationModel subPopModel)
Instantiates a new result aggregation helper.
|
Modifier and Type | Method and Description |
---|---|
SubPopulationModel |
SubPopulationModelEditDialog.getSubPopulationModel() |
Constructor and Description |
---|
SubPopulationModelEditDialog(SubPopulationModel subPopModel,
boolean editingAllowed)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
static SubPopulationModel |
PPPModelFactory.DEFAULT_SUBPOPULATION_MODEL
The default model of sub-populations.
|
Modifier and Type | Method and Description |
---|---|
static SubPopulationModel |
PPPModelFactory.createDefaultSubPopulationModel()
Creates the default sub-population model (natives, immigrants, and
emigrants).
|
SubPopulationModel |
ProjectionModel.getSubPopulationModel()
Gets the sub-population model.
|
SubPopulationModel |
IProjectionModel.getSubPopulationModel()
Returns the
SubPopulationModel this projection assumes. |
Modifier and Type | Method and Description |
---|---|
static ProjectionModel |
PPPModelFactory.createModel(String name,
String description,
int generations,
int years,
int maxAge,
int jumpOffYear,
SubPopulationModel subPopModel)
Creates a new PPPModel object.
|
void |
ProjectionModel.setSubPopulationModel(SubPopulationModel subPopulationModel)
Sets the sub-population model.
|
Constructor and Description |
---|
ProjectionModel(String scenName,
String desc,
int numOfGenerations,
int predYears,
int maxAge,
int jumpOffYear,
SubPopulationModel subPopModel)
Default constructor.
|
Constructor and Description |
---|
Parameters(SubPopulationModel subPopModel)
Creates parameters for a given sub-population model.
|
Copyright © 2013. All Rights Reserved.