cc.mallet.pipe
Class SerialPipes.Predicate

java.lang.Object
  extended by cc.mallet.pipe.SerialPipes.Predicate
Enclosing class:
SerialPipes

public abstract class SerialPipes.Predicate
extends java.lang.Object


Constructor Summary
SerialPipes.Predicate()
           
 
Method Summary
abstract  boolean predicate(Pipe p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialPipes.Predicate

public SerialPipes.Predicate()
Method Detail

predicate

public abstract boolean predicate(Pipe p)