Class Filterpair

java.lang.Object
  |
  +--Filterpair

public class Filterpair
extends java.lang.Object


Field Summary
 java.util.BitSet after
           
 java.util.Vector afters_temp
           
 java.util.BitSet before
           
 java.util.Vector befores_temp
           
 boolean negative
           
 java.util.BitSet not_after
           
 java.util.Vector not_afters_temp
           
 
Constructor Summary
Filterpair()
           
 
Method Summary
 Table2 add(Table2 features, java.util.StringTokenizer cmds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

negative

public boolean negative

before

public java.util.BitSet before

after

public java.util.BitSet after

not_after

public java.util.BitSet not_after

afters_temp

public java.util.Vector afters_temp

befores_temp

public java.util.Vector befores_temp

not_afters_temp

public java.util.Vector not_afters_temp
Constructor Detail

Filterpair

public Filterpair()
Method Detail

add

public Table2 add(Table2 features,
                  java.util.StringTokenizer cmds)