Class BasicQueryComponent
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.BasicQueryComponent
- All Implemented Interfaces:
QueryComponentIF
INTERNAL: Query component that is used to fully execute basic tolog
clauses. The operations satify, reduce,
countand sort are called.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsatisfy(QueryMatches matches, Map arguments) INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.toString()
-
Field Details
-
query
-
clauses
-
qproc
-
-
Constructor Details
-
BasicQueryComponent
public BasicQueryComponent(TologQuery query, List clauses, QueryProcessor qproc) throws InvalidQueryException - Throws:
InvalidQueryException
-
-
Method Details
-
satisfy
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
-
toString
-