|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.query.impl.utils.TologQueryProcessorFactory
public class TologQueryProcessorFactory
PUBLIC:
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Constructor Summary | |
|---|---|
TologQueryProcessorFactory()
|
|
| Method Summary | |
|---|---|
QueryProcessorIF |
createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
java.util.Map<java.lang.String,java.lang.String> properties)
PUBLIC: Creates a new QueryProcessorIF instance to query a given
topic map. |
java.lang.String |
getQueryLanguage()
PUBLIC: Returns the query language that is used by this QueryProcessorFactoryIF implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public TologQueryProcessorFactory()
| Method Detail |
|---|
public java.lang.String getQueryLanguage()
QueryProcessorFactoryIFQueryProcessorFactoryIF implementation.
getQueryLanguage in interface QueryProcessorFactoryIFQueryProcessorFactoryIF implementation.
public QueryProcessorIF createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
java.util.Map<java.lang.String,java.lang.String> properties)
QueryProcessorFactoryIFQueryProcessorIF instance to query a given
topic map.
createQueryProcessor in interface QueryProcessorFactoryIFtopicmap - 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.
QueryProcessorIF instance that can be used to query the
topic map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||