|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryProcessorIF | |
---|---|
net.ontopia.topicmaps.db2tm | The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. |
net.ontopia.topicmaps.nav2.core | Provides interfaces for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.nav2.servlets | This package contains the servlet classes used by Ontopia's navigator framework. |
net.ontopia.topicmaps.nav2.taglibs.logic | Logic tags, which define the execution context, modify the context, and control the flow of execution. |
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.query.core | Contains the interfaces through which interaction with query processors, queries, and query results are done. |
net.ontopia.topicmaps.query.impl.basic | Contains the in-memory implementation of the query language. |
net.ontopia.topicmaps.query.impl.utils | Code shared between query implementations. |
net.ontopia.topicmaps.query.utils | This package provides query utility classes. |
ontopoly.conversion | |
ontopoly.model |
Uses of QueryProcessorIF in net.ontopia.topicmaps.db2tm |
---|
Fields in net.ontopia.topicmaps.db2tm declared as QueryProcessorIF | |
---|---|
protected QueryProcessorIF |
Context.qp
|
Methods in net.ontopia.topicmaps.db2tm that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
Context.getQueryProcessor()
INTERNAL: Gets the topic map query processor currently in use. |
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
NavigatorPageIF.getQueryProcessor()
INTERNAL: Get the tolog query processor the context tag is working with. |
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.servlets |
---|
Fields in net.ontopia.topicmaps.nav2.servlets declared as QueryProcessorIF | |
---|---|
protected QueryProcessorIF |
TreeWidget.processor
Deprecated. |
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.taglibs.logic |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
ContextTag.getQueryProcessor()
|
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.utils |
---|
Fields in net.ontopia.topicmaps.nav2.utils declared as QueryProcessorIF | |
---|---|
protected QueryProcessorIF |
TreeWidget.processor
|
protected QueryProcessorIF |
DynamicTreeWidget.processor
|
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.core |
---|
Methods in net.ontopia.topicmaps.query.core that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
QueryProcessorFactoryIF.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. |
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.impl.basic |
---|
Classes in net.ontopia.topicmaps.query.impl.basic that implement QueryProcessorIF | |
---|---|
class |
QueryProcessor
INTERNAL: This query processor implementation can be used to query any topic map implementation; it makes no assumptions about the stored form of the topic map. |
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.impl.utils |
---|
Methods in net.ontopia.topicmaps.query.impl.utils that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
TologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
java.util.Map<java.lang.String,java.lang.String> properties)
|
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.utils |
---|
Methods in net.ontopia.topicmaps.query.utils that return QueryProcessorIF | |
---|---|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(java.lang.String queryLanguage,
TopicMapIF topicmap,
LocatorIF base)
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(java.lang.String queryLanguage,
TopicMapIF topicmap,
LocatorIF base,
java.util.Map properties)
EXPERIMENTAL: ... |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(java.lang.String queryLanguage,
TopicMapIF topicmap,
java.util.Map properties)
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap)
PUBLIC: Factory method for creating a query processor for a given topic map; always returns a new processor. |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Factory method for creating a new query processor for a given topic map and base address. |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
java.util.Map properties)
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
java.util.Map properties)
EXPERIMENTAL: ... |
QueryProcessorIF |
QueryWrapper.getQueryProcessor()
|
static QueryProcessorIF |
QueryUtils.getQueryProcessor(java.lang.String queryLanguage,
TopicMapIF topicmap)
|
static QueryProcessorIF |
QueryUtils.getQueryProcessor(java.lang.String queryLanguage,
TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Returns the default query processor for the given topic map and base address. |
static QueryProcessorIF |
QueryUtils.getQueryProcessor(TopicMapIF topicmap)
PUBLIC: Returns a query processor for the given topic map; will always return the same processor with the default query language for the same topic map. |
static QueryProcessorIF |
QueryUtils.getQueryProcessor(TopicMapIF topicmap,
LocatorIF base)
|
Uses of QueryProcessorIF in ontopoly.conversion |
---|
Fields in ontopoly.conversion declared as QueryProcessorIF | |
---|---|
protected QueryProcessorIF |
UpgradeBase.qp
|
Methods in ontopoly.conversion with parameters of type QueryProcessorIF | |
---|---|
protected static void |
UpgradeBase.removeAssociations(java.lang.String atype,
java.lang.String[] rtypes,
QueryProcessorIF qp,
DeclarationContextIF dc)
|
protected static void |
UpgradeBase.translateAssociations(java.lang.String atype1,
java.lang.String[] rtypes1,
java.lang.String atype2,
java.lang.String[] rtypes2,
TopicMapIF tm,
LocatorIF base_on,
QueryProcessorIF qp,
DeclarationContextIF dc)
|
Uses of QueryProcessorIF in ontopoly.model |
---|
Methods in ontopoly.model that return QueryProcessorIF | |
---|---|
QueryProcessorIF |
TopicMap.getQueryProcessor()
|
Constructors in ontopoly.model with parameters of type QueryProcessorIF | |
---|---|
QueryMapper(QueryProcessorIF processor)
|
|
QueryMapper(QueryProcessorIF processor,
DeclarationContextIF context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |