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 [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

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-2007