Class TologQueryProcessorFactory
java.lang.Object
net.ontopia.topicmaps.query.impl.utils.TologQueryProcessorFactory
- All Implemented Interfaces:
QueryProcessorFactoryIF
PUBLIC:
- Since:
- 5.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) PUBLIC: Creates a newQueryProcessorIFinstance to query a given topic map.PUBLIC: Returns the query language that is used by thisQueryProcessorFactoryIFimplementation.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
TologQueryProcessorFactory
public TologQueryProcessorFactory()
-
-
Method Details
-
getQueryLanguage
Description copied from interface:QueryProcessorFactoryIFPUBLIC: Returns the query language that is used by thisQueryProcessorFactoryIFimplementation.- Specified by:
getQueryLanguagein interfaceQueryProcessorFactoryIF- Returns:
- the name of this
QueryProcessorFactoryIFimplementation.
-
createQueryProcessor
public QueryProcessorIF createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) Description copied from interface:QueryProcessorFactoryIFPUBLIC: Creates a newQueryProcessorIFinstance to query a given topic map.- Specified by:
createQueryProcessorin interfaceQueryProcessorFactoryIF- Parameters:
topicmap- the topic map to be used by the query processor.base- base address of the topic map if known.properties- additional properties used to configure the query processor.- Returns:
- a
QueryProcessorIFinstance that can be used to query the topic map.
-