org.crosswire.jsword.index.query
Class AbstractQuery
java.lang.Object
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
- See Also:
for license details.
The copyright to this program is held by it's authors.
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 |
query
private String query
AbstractQuery
public AbstractQuery(String theQuery)
- Construct a query from a string.
- Parameters:
theQuery
-
getQuery
public String getQuery()
- Returns:
- the query