public class BasicSortComponent extends Object implements QueryComponentIF
| Modifier and Type | Field and Description |
|---|---|
protected QueryProcessor |
qproc |
protected TologQuery |
query |
| Constructor and Description |
|---|
BasicSortComponent(TologQuery query,
QueryProcessor qproc) |
| Modifier and Type | Method and Description |
|---|---|
QueryMatches |
satisfy(QueryMatches matches,
Map arguments)
INTERNAL: Processes the specified QueryMatches instance and
produces a new QueryMatches instance based on information in the
input instance.
|
protected TologQuery query
protected QueryProcessor qproc
public BasicSortComponent(TologQuery query, QueryProcessor qproc)
public QueryMatches satisfy(QueryMatches matches, Map arguments) throws InvalidQueryException
QueryComponentIFsatisfy in interface QueryComponentIFInvalidQueryException