Uses of Interface
p3j.experiment.results.IAggregationSelector

Packages that use IAggregationSelector
p3j.experiment.results   
 

Uses of IAggregationSelector in p3j.experiment.results
 

Classes in p3j.experiment.results that implement IAggregationSelector
 class AbstractAggregationSelector
          An abstract class containing functionality all aggregation selectors may share.
 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 IAggregationSelector
 IAggregationSelector[] ResultAggregation.getSelectorsForAggregatedDataExport()
          Gets the selectors for aggregated data export.
 IAggregationSelector[] ResultAggregation.getSelectorsForReport()
          Gets the selectors to be used for report generation.
 



Copyright © 2012. All Rights Reserved.