Uses of Interface
net.ontopia.topicmaps.query.core.QueryProcessorIF
Packages that use QueryProcessorIF
Package
Description
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
Provides interfaces for the Navigator Tag Libraries
and Framework.
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Provides utility classes for the Navigator Tag Libraries and
Framework.
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
This package provides query utility classes.
-
Uses of QueryProcessorIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as QueryProcessorIFMethods in net.ontopia.topicmaps.db2tm that return QueryProcessorIFModifier and TypeMethodDescriptionContext.getQueryProcessor()INTERNAL: Gets the topic map query processor currently in use. -
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return QueryProcessorIFModifier and TypeMethodDescriptionQueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) PUBLIC: Creates a newQueryProcessorIFinstance 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 QueryProcessorIFModifier and TypeClassDescriptionclassINTERNAL: 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.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement QueryProcessorIFModifier and TypeClassDescriptionclassINTERNAL: This is the front-end to the RDBMS-specific query processor. -
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils that return QueryProcessorIFModifier and TypeMethodDescriptionTologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) -
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils that return QueryProcessorIFModifier and TypeMethodDescriptionstatic QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, Map properties) static QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base) static QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base, Map properties) EXPERIMENTAL: ...static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap) PUBLIC: Factory method for creating a query processor for a given topic map; always returns a new processor.static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, Map properties) EXPERIMENTAL: ...static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base) PUBLIC: Factory method for creating a new query processor for a given topic map and base address.static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map properties) static QueryProcessorIFQueryUtils.getQueryProcessor(String queryLanguage, TopicMapIF topicmap) static QueryProcessorIFQueryUtils.getQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base) PUBLIC: Returns the default query processor for the given topic map and base address.static QueryProcessorIFQueryUtils.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 QueryProcessorIFQueryUtils.getQueryProcessor(TopicMapIF topicmap, LocatorIF base) QueryWrapper.getQueryProcessor() -
Uses of QueryProcessorIF in ontopoly.conversion
Fields in ontopoly.conversion declared as QueryProcessorIFMethods in ontopoly.conversion with parameters of type QueryProcessorIFModifier and TypeMethodDescriptionprotected static voidUpgradeBase.removeAssociations(String atype, String[] rtypes, QueryProcessorIF qp, DeclarationContextIF dc) protected static voidUpgradeBase.translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc) -
Uses of QueryProcessorIF in ontopoly.model
Methods in ontopoly.model that return QueryProcessorIFConstructors in ontopoly.model with parameters of type QueryProcessorIFModifierConstructorDescriptionQueryMapper(QueryProcessorIF processor) QueryMapper(QueryProcessorIF processor, DeclarationContextIF context)