p3j.experiment.results.filters
Interface IResultFilter

All Known Implementing Classes:
ConfigurableResultFilter, IncludeAllResultFilter

public interface IResultFilter

Simple interface to filter out results. This allows conditional projection analysis.

Author:
Christina Bohk, Roland Ewald

Method Summary
 boolean considerResult(ResultsOfTrial results)
          Checks whether the given result shall be considered or not.
 

Method Detail

considerResult

boolean considerResult(ResultsOfTrial results)
Checks whether the given result shall be considered or not.

Parameters:
results - the results in question
Returns:
true if results should be considered as well


Copyright © 2012. All Rights Reserved.