pl.edu.agh.cast.filter
Class NullFilter
java.lang.Object
pl.edu.agh.cast.filter.NullFilter
- All Implemented Interfaces:
- IFilter
public class NullFilter
- extends Object
- implements IFilter
Example filter - doesn't filter anything.
- Author:
- AGH CAST Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullFilter
public NullFilter()
filter
public Collection<IRelation> filter(DataSet dataSet)
- Returns all relations present in the data set.
- Specified by:
filter
in interface IFilter
- Parameters:
dataSet
- the data set to filter.
- Returns:
- all relations present in the data set.
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.