public class BasicCountComponent extends Object implements QueryComponentIF
Modifier and Type | Field and Description |
---|---|
protected QueryProcessor |
qproc |
protected TologQuery |
query |
Constructor and Description |
---|
BasicCountComponent(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 BasicCountComponent(TologQuery query, QueryProcessor qproc)
public QueryMatches satisfy(QueryMatches matches, Map arguments) throws InvalidQueryException
QueryComponentIF
satisfy
in interface QueryComponentIF
InvalidQueryException