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

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

public class SameAsFilter
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
SameAsFilter()
           
 
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

SameAsFilter

public SameAsFilter()
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