ch.ethz.mxquery.iterators.ft
Class FTOrIterator
java.lang.Object
ch.ethz.mxquery.iterators.ft.FTBaseIterator
ch.ethz.mxquery.iterators.ft.FTOrIterator
- All Implemented Interfaces:
- FTIteratorInterface
public class FTOrIterator
- extends FTBaseIterator
Implementation of an FTOr
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTOrIterator
public FTOrIterator(Context context,
FTIteratorInterface[] subIters)
FTOrIterator
public FTOrIterator(Context context,
java.util.Vector subIters)
init
public void init()
throws MXQueryException
- Throws:
MXQueryException
next
public AllMatch next()
throws MXQueryException
- Specified by:
next
in interface FTIteratorInterface
- Overrides:
next
in class FTBaseIterator
- Throws:
MXQueryException
reset
public void reset()
throws MXQueryException
- Specified by:
reset
in interface FTIteratorInterface
- Overrides:
reset
in class FTBaseIterator
- Throws:
MXQueryException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich