Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.experiment.results | |
p3j.experiment.results.filters | |
p3j.gui.panels.results |
Modifier and Type | Method and Description |
---|---|
ResultsOfTrial |
IProjectionResultsIterator.getNextResult()
Gets the next result.
|
Modifier and Type | Method and Description |
---|---|
List<ResultsOfTrial> |
IP3MDatabase.getAllResults(ProjectionModel projection)
Retrieves all results for the given projection.
|
Modifier and Type | Method and Description |
---|---|
void |
IP3MDatabase.deleteResult(ResultsOfTrial resultOfTrial)
Deletes a result.
|
void |
IP3MDatabase.saveTrialResults(ResultsOfTrial resultOfTrial)
Saves results of a single trial.
|
Modifier and Type | Method and Description |
---|---|
ResultsOfTrial |
ProjectionResultsIterator.getNextResult() |
ResultsOfTrial |
ProjectionResultsIterator.next() |
Modifier and Type | Method and Description |
---|---|
List<ResultsOfTrial> |
P3MDatabase.getAllResults(ProjectionModel projection) |
Iterator<ResultsOfTrial> |
ProjectionResultsIterator.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionResultsIterator.clearFromCache(ResultsOfTrial resultsOfTrial)
Clears result from cache.
|
void |
P3MDatabase.deleteResult(ResultsOfTrial resultOfTrial) |
void |
P3MDatabase.saveTrialResults(ResultsOfTrial resultOfTrial) |
Modifier and Type | Method and Description |
---|---|
void |
YearlyAgeTrialMatrixSelector.consider(int trialCount,
ResultsOfTrial result) |
void |
SumOverAgesSelector.consider(int trialCount,
ResultsOfTrial result) |
void |
MergeSubPopSumOverAgesSelector.consider(int trialCount,
ResultsOfTrial result) |
void |
MergeSubPopOldAgeDependencyRatioSelector.consider(int trialCount,
ResultsOfTrial result) |
void |
MergeSubPopChooseAgesSingleYearSelector.consider(int trialCount,
ResultsOfTrial result) |
void |
IAggregationSelector.consider(int trialCount,
ResultsOfTrial result)
Called to consider a single result.
|
void |
ChooseAgesForSingleYearSelector.consider(int trialCount,
ResultsOfTrial result) |
protected Matrix2D |
AbstractAggregationSelector.select(ResultsOfTrial resultsOfTrial)
Select the result of interest.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IResultFilter.considerResult(ResultsOfTrial results)
Checks whether the given result shall be considered or not.
|
boolean |
IncludeAllResultFilter.considerResult(ResultsOfTrial results) |
boolean |
ConfigurableResultFilter.considerResult(ResultsOfTrial results) |
Constructor and Description |
---|
ResultTreeNode(ResultsOfTrial trialResult,
int number)
Instantiates a new result tree node.
|
Copyright © 2012. All Rights Reserved.