Package pop.model

Interface Summary
DataFactory A superclass interface for the four types of data factories.
FertilityFactory Creates Fertility objects.
MigrationFactory Creates Migration objects.
MortalityFactory Creates Mortality objects.
PopulationSizesFactory Creates PopulationSizes objects.
 

Class Summary
Cohort A particular age-sex group within a Population.
Constants A way to encapsulate the model's constants, especially for writing and reading as a whole.
Fertility Age-specific fertility rates, including the proportion of births that are females.
Migration Age- and sex-specific migration levels of a particular Population.
ModelManager Loosely manages the model's activities.
Mortality Age- and sex-specific mortality rates.
Population A total population or a particular population group (such as an ethnic group).
PopulationCharacteristics Umbrella for representing population characteristics objects.
PopulationSizes Age- and sex-specific population sizes.
Results Stores all of the results from the model, and provides access to the results of each year for which the model has been run, plus the final populations.
Statics Key static constants and methods used by many objects.