ch.systemsx.cisd.openbis.generic.shared.api.v1.filter
Class AndDataSetFilter

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.filter.AndDataSetFilter
All Implemented Interfaces:
IDataSetFilter

public class AndDataSetFilter
extends java.lang.Object
implements IDataSetFilter

Combining filters by logical AND.


Constructor Summary
AndDataSetFilter(IDataSetFilter... dataSetFilters)
           
 
Method Summary
 boolean pass(DataSet dataSet)
          Returns true if the specified data set passes the filter.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndDataSetFilter

public AndDataSetFilter(IDataSetFilter... dataSetFilters)
Method Detail

pass

public boolean pass(DataSet dataSet)
Description copied from interface: IDataSetFilter
Returns true if the specified data set passes the filter.

Specified by:
pass in interface IDataSetFilter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object