p3j.experiment.results
Class MergeSubPopOldAgeDependencyRatioSelector
java.lang.Object
p3j.experiment.results.AbstractAggregationSelector
p3j.experiment.results.SumOverAgesSelector
p3j.experiment.results.MergeSubPopSumOverAgesSelector
p3j.experiment.results.MergeSubPopOldAgeDependencyRatioSelector
- All Implemented Interfaces:
- IAggregationSelector
public class MergeSubPopOldAgeDependencyRatioSelector
- extends MergeSubPopSumOverAgesSelector
Computes the old age dependency ratio for certain sub-populations.
- Author:
- Christina Bohk, Roland Ewald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeSubPopOldAgeDependencyRatioSelector
public MergeSubPopOldAgeDependencyRatioSelector(AbstractAggregationSelector[] selectorsForAddition,
AbstractAggregationSelector[] selectorsForSubtraction,
String customFileName)
- Instantiates a new merge sub-population for old age dependency ratios
selector.
- Parameters:
selectorsForAddition
- the selectors for additionselectorsForSubtraction
- the selectors for subtractioncustomFileName
- the custom file name
MergeSubPopOldAgeDependencyRatioSelector
public MergeSubPopOldAgeDependencyRatioSelector(List<AbstractAggregationSelector> selectorsForAddition,
List<AbstractAggregationSelector> selectorsForSubtraction,
String customFileName)
- Instantiates a new merge sub-populations for old age dependency ratio
selector.
- Parameters:
selectorsForAddition
- the selectors for additionselectorsForSubtraction
- the selectors for subtractioncustomFileName
- the custom file name
consider
public void consider(int trialCount,
ResultsOfTrial result)
- Description copied from interface:
IAggregationSelector
- Called to consider a single result.
- Specified by:
consider
in interface IAggregationSelector
- Overrides:
consider
in class MergeSubPopSumOverAgesSelector
- Parameters:
trialCount
- the trial count (i.e. index)result
- the result
Copyright © 2012. All Rights Reserved.