MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.iterators.ft
Class FTMildNotIterator

java.lang.Object
  extended by ch.ethz.mxquery.iterators.ft.FTBaseIterator
      extended by ch.ethz.mxquery.iterators.ft.FTMildNotIterator
All Implemented Interfaces:
FTIteratorInterface

public class FTMildNotIterator
extends FTBaseIterator

Implementation of an FTMildNot (not fully supported yet)


Field Summary
 
Fields inherited from class ch.ethz.mxquery.iterators.ft.FTBaseIterator
ignoreOption
 
Constructor Summary
FTMildNotIterator(Context ctx, FTIteratorInterface[] subIters, boolean notFlag)
           
 
Method Summary
 boolean getNotFlag()
           
 AllMatch next()
           
 
Methods inherited from class ch.ethz.mxquery.iterators.ft.FTBaseIterator
copy, getContext, reset, setContext, setIgnoreOption, setResettable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTMildNotIterator

public FTMildNotIterator(Context ctx,
                         FTIteratorInterface[] subIters,
                         boolean notFlag)
Method Detail

next

public AllMatch next()
              throws MXQueryException
Specified by:
next in interface FTIteratorInterface
Overrides:
next in class FTBaseIterator
Throws:
MXQueryException

getNotFlag

public boolean getNotFlag()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich