ca.uwaterloo.cs.ql.fb
Class TupleSelector

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.TupleSelector
Direct Known Subclasses:
TupleSelectorSimple

public abstract class TupleSelector
extends java.lang.Object


Constructor Summary
TupleSelector()
           
 
Method Summary
abstract  boolean select(Tuple t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleSelector

public TupleSelector()
Method Detail

select

public abstract boolean select(Tuple t)