de.lmu.ifi.dbs.elki.datasource.filter
Class NoOpFilter
java.lang.Object
de.lmu.ifi.dbs.elki.datasource.filter.NoOpFilter
- All Implemented Interfaces:
- ObjectFilter
public class NoOpFilter
- extends Object
- implements ObjectFilter
Dummy filter that doesn't do any filtering.
Useful for command line parameterization when you have multiple identically
named parameters, and want to set the second parameter only. Then you can
just use this dummy filter as first parameter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpFilter
public NoOpFilter()
- Constructor.
filter
public MultipleObjectsBundle filter(MultipleObjectsBundle objects)
- Description copied from interface:
ObjectFilter
- Filter a set of object packages.
- Specified by:
filter
in interface ObjectFilter
- Parameters:
objects
- Object to filter
- Returns:
- Filtered objects