p3j.experiment.results.filters
Class IncludeAllResultFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeAllResultFilter
public IncludeAllResultFilter()
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.