de.hpi.fgis.voidgen.hadoop.parsing
Class NoFilter

java.lang.Object
  extended by de.hpi.fgis.voidgen.hadoop.parsing.NoFilter
All Implemented Interfaces:
DataFilter

public class NoFilter
extends java.lang.Object
implements DataFilter

Author:
Dandy Fenz, Hasso Plattner Institute at University of Potsdam, Germany, Matthias Pohl, Hasso Plattner Institute at University of Potsdam, Germany

Constructor Summary
NoFilter()
           
 
Method Summary
 boolean accept(RDFQuadruple quadruple)
          Whether the given quadruple is accepted by this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoFilter

public NoFilter()
Method Detail

accept

public boolean accept(RDFQuadruple quadruple)
Description copied from interface: DataFilter
Whether the given quadruple is accepted by this filter.

Specified by:
accept in interface DataFilter