Class BasicReduceComponent
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.BasicReduceComponent
- All Implemented Interfaces:
QueryComponentIF
INTERNAL: Query component that is used to perform the reduce
operation for QueryMatches instances. The implementation returns
the result of a call to
impl.basic.QueryProcessor.reduce(TologQuery, QueryMatches).
-
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.
-
Field Details
-
query
-
qproc
-
-
Constructor Details
-
BasicReduceComponent
-
-
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
-