com.intel.hadoop.graphbuilder.preprocess.util
Class Filter

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.preprocess.util.Filter

public abstract class Filter
extends java.lang.Object

A String filter is lambda funtion f: string -> string. Filters can be appended, or composed through the append function.


Constructor Summary
Filter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()