Class BasicQueryComponent
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.rdbms.BasicQueryComponent
-
- All Implemented Interfaces:
QueryComponentIF
public class BasicQueryComponent extends Object implements QueryComponentIF
INTERNAL: Query component that is used to fully execute basic tolog clauses. The operations satify, reduce, countand sort are called.
-
-
Field Summary
Fields Modifier and Type Field Description protected Listclausesprotected QueryProcessorqprocprotected TologQueryquery
-
Constructor Summary
Constructors Constructor Description BasicQueryComponent(TologQuery query, List clauses, QueryProcessor qproc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryMatchessatisfy(QueryMatches matches, Map arguments)INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.StringtoString()
-
-
-
Field Detail
-
query
protected TologQuery query
-
clauses
protected List clauses
-
qproc
protected QueryProcessor qproc
-
-
Constructor Detail
-
BasicQueryComponent
public BasicQueryComponent(TologQuery query, List clauses, QueryProcessor qproc) throws InvalidQueryException
- Throws:
InvalidQueryException
-
-
Method Detail
-
satisfy
public QueryMatches satisfy(QueryMatches matches, Map arguments) throws InvalidQueryException
Description copied from interface:QueryComponentIFINTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.- Specified by:
satisfyin interfaceQueryComponentIF- Throws:
InvalidQueryException
-
-