Class RawDataTypeFilter
- java.lang.Object
-
- net.sf.basedb.clients.web.extensions.list.RawDataTypeFilter
-
- All Implemented Interfaces:
Filter<Annotatable>
public class RawDataTypeFilter extends Object implements Filter<Annotatable>
Filter implementation that accept raw bioassay items of a given raw data type.- Since:
- 3.17
- Author:
- nicklas
-
-
Field Summary
Fields Modifier and Type Field Description private RawDataType
rdt
-
Constructor Summary
Constructors Constructor Description RawDataTypeFilter(RawDataType rdt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(Annotatable item)
Evaluate if the given object should pass the filter or not.
-
-
-
Field Detail
-
rdt
private final RawDataType rdt
-
-
Constructor Detail
-
RawDataTypeFilter
public RawDataTypeFilter(RawDataType rdt)
-
-
Method Detail
-
evaluate
public boolean evaluate(Annotatable item)
Description copied from interface:Filter
Evaluate if the given object should pass the filter or not.- Specified by:
evaluate
in interfaceFilter<Annotatable>
- Parameters:
item
- The object to evaluate- Returns:
- TRUE if the object passes the filter, FALSE otherwise
-
-