Class BasicReduceComponent
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.rdbms.BasicReduceComponent
-
- All Implemented Interfaces:
QueryComponentIF
public class BasicReduceComponent extends Object implements 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 Modifier and Type Field Description protected QueryProcessorqprocprotected TologQueryquery
-
Constructor Summary
Constructors Constructor Description BasicReduceComponent(TologQuery query, 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.
-
-
-
Field Detail
-
query
protected TologQuery query
-
qproc
protected QueryProcessor qproc
-
-
Constructor Detail
-
BasicReduceComponent
public BasicReduceComponent(TologQuery query, QueryProcessor qproc)
-
-
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
-
-