p3j.experiment.results.filters
Class IncludeAllResultFilter

java.lang.Object
  extended by p3j.experiment.results.filters.IncludeAllResultFilter
All Implemented Interfaces:
IResultFilter

public class IncludeAllResultFilter
extends Object
implements IResultFilter

Makes sure that every result is included. This is the default filter in ResultExport.

Author:
Christina Bohk, Roland Ewald

Constructor Summary
IncludeAllResultFilter()
           
 
Method Summary
 boolean considerResult(ResultsOfTrial results)
          Checks whether the given result shall be considered or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeAllResultFilter

public IncludeAllResultFilter()
Method Detail

considerResult

public boolean considerResult(ResultsOfTrial results)
Description copied from interface: IResultFilter
Checks whether the given result shall be considered or not.

Specified by:
considerResult in interface IResultFilter
Parameters:
results - the results in question
Returns:
true if results should be considered as well


Copyright © 2012. All Rights Reserved.