Package | Description |
---|---|
p3j.experiment.results |
Modifier and Type | Class and Description |
---|---|
class |
ChooseAgesForSingleYearSelector
Selectors of this type select data from a particular year across all trials.
|
class |
MergeSubPopChooseAgesSingleYearSelector
Merges some sub-populations and selects the ages for a specific years
afterwards.
|
class |
MergeSubPopOldAgeDependencyRatioSelector
Computes the old age dependency ratio for certain sub-populations.
|
class |
MergeSubPopSumOverAgesSelector
This aggregator allows to add and subtract certain population, before summing
over their ages and afterwards behaving like
SumOverAgesSelector . |
class |
SumOverAgesSelector
Selector to sum over ages, i.e.
|
class |
YearlyAgeTrialMatrixSelector
Aggregates a trial x age matrix for a given year.
|
Modifier and Type | Method and Description |
---|---|
AbstractAggregationSelector[] |
MergeSubPopSumOverAgesSelector.getAddAggregationSelectors() |
protected static AbstractAggregationSelector[] |
AbstractAggregationSelector.getCopy(AbstractAggregationSelector[] selArray)
Gets a copy of an array.
|
AbstractAggregationSelector[] |
MergeSubPopSumOverAgesSelector.getSubtractAggregationSelectors() |
Modifier and Type | Method and Description |
---|---|
protected static AbstractAggregationSelector[] |
AbstractAggregationSelector.getCopy(AbstractAggregationSelector[] selArray)
Gets a copy of an array.
|
Constructor and Description |
---|
MergeSubPopChooseAgesSingleYearSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
int yearForSelection,
String customFileName)
Instantiates a new merge sub pop choose ages single year selector.
|
MergeSubPopChooseAgesSingleYearSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
int yearForSelection,
String customFileName)
Instantiates a new merge sub pop choose ages single year selector.
|
MergeSubPopOldAgeDependencyRatioSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
String customFileName)
Instantiates a new merge sub-population for old age dependency ratios
selector.
|
MergeSubPopOldAgeDependencyRatioSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
String customFileName)
Instantiates a new merge sub-population for old age dependency ratios
selector.
|
MergeSubPopSumOverAgesSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
String customFileName)
Instantiates aggregator that merges subpopulations.
|
MergeSubPopSumOverAgesSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
String customFileName)
Instantiates aggregator that merges subpopulations.
|
MergeSubPopSumOverAgesSelector(AbstractAggregationSelector[] selectorsForAddition,
String customFileName)
Instantiates a new merge sub pop sum over ages selector.
|
YearlyAgeTrialMatrixSelector(AbstractAggregationSelector[] addSels,
AbstractAggregationSelector[] subSels,
String customFileName,
int yearOfInterest)
Creates a age x trial matrix selector for a single year.
|
YearlyAgeTrialMatrixSelector(AbstractAggregationSelector[] addSels,
AbstractAggregationSelector[] subSels,
String customFileName,
int yearOfInterest)
Creates a age x trial matrix selector for a single year.
|
Constructor and Description |
---|
MergeSubPopOldAgeDependencyRatioSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName)
Instantiates a new merge sub-populations for old age dependency ratio
selector.
|
MergeSubPopOldAgeDependencyRatioSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName)
Instantiates a new merge sub-populations for old age dependency ratio
selector.
|
MergeSubPopSumOverAgesSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName)
Instantiates a new merge-sub-pop-sum-over-ages selector.
|
MergeSubPopSumOverAgesSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName)
Instantiates a new merge-sub-pop-sum-over-ages selector.
|
MergeSubPopSumOverAgesSelector(List<AbstractAggregationSelector> selectorsForAddition,
String customFileName)
Instantiates a new merge sub pop sum over ages selector.
|
YearlyAgeTrialMatrixSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName,
int yearOfInterest)
Creates a age x trial matrix selector for a single year.
|
YearlyAgeTrialMatrixSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName,
int yearOfInterest)
Creates a age x trial matrix selector for a single year.
|
Copyright © 2012. All Rights Reserved.