Uses of Interface
net.ontopia.topicmaps.query.core.QueryProcessorIF
-
Packages that use QueryProcessorIF Package Description 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.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.rdbms Contains the rdbms 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 Modifier and Type Field Description protected QueryProcessorIFContext. qpMethods in net.ontopia.topicmaps.db2tm that return QueryProcessorIF Modifier and Type Method Description QueryProcessorIFContext. 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 Modifier and Type Method Description QueryProcessorIFNavigatorPageIF. getQueryProcessor()INTERNAL: Get the tolog query processor the context tag is working with. -
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return QueryProcessorIF Modifier and Type Method Description QueryProcessorIFContextTag. getQueryProcessor() -
Uses of QueryProcessorIF in net.ontopia.topicmaps.nav2.utils
Fields in net.ontopia.topicmaps.nav2.utils declared as QueryProcessorIF Modifier and Type Field Description protected QueryProcessorIFDynamicTreeWidget. processorprotected QueryProcessorIFTreeWidget. processor -
Uses of QueryProcessorIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return QueryProcessorIF Modifier and Type Method Description QueryProcessorIFQueryProcessorFactoryIF. 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 QueryProcessorIF Modifier and Type Class Description classQueryProcessorINTERNAL: 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 QueryProcessorIF Modifier and Type Class Description classQueryProcessorINTERNAL: 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 QueryProcessorIF Modifier and Type Method Description QueryProcessorIFTologQueryProcessorFactory. 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 QueryProcessorIF Modifier and Type Method Description static 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)QueryProcessorIFQueryWrapper. getQueryProcessor() -
Uses of QueryProcessorIF in ontopoly.conversion
Fields in ontopoly.conversion declared as QueryProcessorIF Modifier and Type Field Description protected QueryProcessorIFUpgradeBase. qpMethods in ontopoly.conversion with parameters of type QueryProcessorIF Modifier and Type Method Description protected 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 QueryProcessorIF Modifier and Type Method Description QueryProcessorIFTopicMap. getQueryProcessor()Constructors in ontopoly.model with parameters of type QueryProcessorIF Constructor Description QueryMapper(QueryProcessorIF processor)QueryMapper(QueryProcessorIF processor, DeclarationContextIF context)
-