net.ontopia.topicmaps.query.impl.utils
Class TologQueryProcessorFactory
java.lang.Object
net.ontopia.topicmaps.query.impl.utils.TologQueryProcessorFactory
- All Implemented Interfaces:
- QueryProcessorFactoryIF
public class TologQueryProcessorFactory
- extends Object
- implements QueryProcessorFactoryIF
PUBLIC:
- Since:
- 5.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
TologQueryProcessorFactory
public TologQueryProcessorFactory()
getQueryLanguage
public String getQueryLanguage()
- Description copied from interface:
QueryProcessorFactoryIF
- PUBLIC: Returns the query language that is used by this
QueryProcessorFactoryIF
implementation.
- Specified by:
getQueryLanguage
in interface QueryProcessorFactoryIF
- Returns:
- the name of this
QueryProcessorFactoryIF
implementation.
createQueryProcessor
public QueryProcessorIF createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map<String,String> properties)
- Description copied from interface:
QueryProcessorFactoryIF
- PUBLIC: Creates a new
QueryProcessorIF
instance to query a given
topic map.
- Specified by:
createQueryProcessor
in interface QueryProcessorFactoryIF
- 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
QueryProcessorIF
instance that can be used to query the
topic map.
Copyright © 2000-2012 Ontopia.