public interface IAggregationSelector
AbstractAggregationSelector
for auxiliary methods.Modifier and Type | Method and Description |
---|---|
void |
consider(int trialCount,
ResultsOfTrial result)
Called to consider a single result.
|
void |
finish(File destinationDir,
List<Integer> indexOrdering,
ResultExport resultExport)
Finishing the aggregation.
|
void |
init(int numOfTrials,
int numOfYears,
int numOfAgeClasses)
Initialize the number of age classes etc.
|
void init(int numOfTrials, int numOfYears, int numOfAgeClasses)
numOfTrials
- the number of trialsnumOfYears
- the number of yearsnumOfAgeClasses
- the number of age classesvoid consider(int trialCount, ResultsOfTrial result)
trialCount
- the trial count (i.e. index)result
- the resultvoid finish(File destinationDir, List<Integer> indexOrdering, ResultExport resultExport) throws IOException
destinationDir
- the destination dirindexOrdering
- the index orderingresultExport
- the result exportIOException
- Signals that an I/O exception has occurred.Copyright © 2013. All Rights Reserved.