public interface QueryComponentIF
The result of processing a component is another QueryMatches instance that can be used as the input of another query components, or be the result of the entire query.
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.
|
QueryMatches satisfy(QueryMatches matches, Map arguments) throws InvalidQueryException
InvalidQueryException