|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAggregationSelector | |
---|---|
p3j.experiment.results |
Uses of AbstractAggregationSelector in p3j.experiment.results |
---|
Subclasses of AbstractAggregationSelector in p3j.experiment.results | |
---|---|
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. the result is a single number per year, giving the overall amount of people in the selected population(s). |
class |
YearlyAgeTrialMatrixSelector
Aggregates a trial x age matrix for a given year. |
Methods in p3j.experiment.results that return AbstractAggregationSelector | |
---|---|
AbstractAggregationSelector[] |
MergeSubPopSumOverAgesSelector.getAddAggregationSelectors()
|
protected static AbstractAggregationSelector[] |
AbstractAggregationSelector.getCopy(AbstractAggregationSelector[] selArray)
Gets a copy of an array. |
AbstractAggregationSelector[] |
MergeSubPopSumOverAgesSelector.getSubtractAggregationSelectors()
|
Methods in p3j.experiment.results with parameters of type AbstractAggregationSelector | |
---|---|
protected static AbstractAggregationSelector[] |
AbstractAggregationSelector.getCopy(AbstractAggregationSelector[] selArray)
Gets a copy of an array. |
Constructors in p3j.experiment.results with parameters of type AbstractAggregationSelector | |
---|---|
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 parameters in p3j.experiment.results with type arguments of type AbstractAggregationSelector | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |