ca.uwaterloo.cs.ql.fb
Class TupleSelectorSimple

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.TupleSelector
      extended by ca.uwaterloo.cs.ql.fb.TupleSelectorSimple

public class TupleSelectorSimple
extends TupleSelector


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

Constructor Detail

TupleSelectorSimple

public TupleSelectorSimple(int col1,
                           int col2)
Method Detail

select

public boolean select(Tuple t)
Specified by:
select in class TupleSelector