org.crosswire.jsword.index.query
Class AbstractQuery

java.lang.Object
  extended by org.crosswire.jsword.index.query.AbstractQuery
All Implemented Interfaces:
Query
Direct Known Subclasses:
BaseQuery, RangeQuery

public abstract class AbstractQuery
extends Object
implements Query

A base query is the smallest unit of search that the index can perform.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
private  String query
           
 
Constructor Summary
AbstractQuery(String theQuery)
          Construct a query from a string.
 
Method Summary
 String getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.crosswire.jsword.index.query.Query
find
 

Field Detail

query

private String query
Constructor Detail

AbstractQuery

public AbstractQuery(String theQuery)
Construct a query from a string.

Parameters:
theQuery -
Method Detail

getQuery

public String getQuery()
Returns:
the query

Copyright ยจ 2003-2007