org.crosswire.jsword.index.query
Interface BinaryQuery

All Superinterfaces:
Query
All Known Implementing Classes:
AbstractBinaryQuery, AndNotQuery, AndQuery, BlurQuery, OrQuery

public interface BinaryQuery
extends Query

A BinaryQuery consists of a Left and a Right Query

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 Query getLeftQuery()
           
 Query getRightQuery()
           
 
Methods inherited from interface org.crosswire.jsword.index.query.Query
find
 

Method Detail

getLeftQuery

Query getLeftQuery()
Returns:
Returns the leftQuery.

getRightQuery

Query getRightQuery()
Returns:
Returns the rightQuery.

Copyright ยจ 2003-2015