|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAggregationSelector
A simple interface to define functions that select data for aggregation.
See AbstractAggregationSelector
for auxiliary methods.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 export
IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |