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 QueryProcessorIF
Context. qp
Methods in net.ontopia.topicmaps.db2tm that return QueryProcessorIF Modifier and Type Method Description 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 Modifier and Type Method Description QueryProcessorIF
NavigatorPageIF. 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 QueryProcessorIF
ContextTag. 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 QueryProcessorIF
DynamicTreeWidget. processor
protected QueryProcessorIF
TreeWidget. 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 QueryProcessorIF
QueryProcessorFactoryIF. createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String,String> properties)
PUBLIC: Creates a newQueryProcessorIF
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 Modifier and Type Class Description 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.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement QueryProcessorIF Modifier and Type Class Description class
QueryProcessor
INTERNAL: 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 QueryProcessorIF
TologQueryProcessorFactory. 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 QueryProcessorIF
QueryUtils. createQueryProcessor(String queryLanguage, TopicMapIF topicmap, Map properties)
static QueryProcessorIF
QueryUtils. createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base)
static QueryProcessorIF
QueryUtils. createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base, Map properties)
EXPERIMENTAL: ...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, Map properties)
EXPERIMENTAL: ...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, Map properties)
static QueryProcessorIF
QueryUtils. getQueryProcessor(String queryLanguage, TopicMapIF topicmap)
static QueryProcessorIF
QueryUtils. getQueryProcessor(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)
QueryProcessorIF
QueryWrapper. getQueryProcessor()
-
Uses of QueryProcessorIF in ontopoly.conversion
Fields in ontopoly.conversion declared as QueryProcessorIF Modifier and Type Field Description protected QueryProcessorIF
UpgradeBase. qp
Methods in ontopoly.conversion with parameters of type QueryProcessorIF Modifier and Type Method Description protected static void
UpgradeBase. removeAssociations(String atype, String[] rtypes, QueryProcessorIF qp, DeclarationContextIF dc)
protected static void
UpgradeBase. 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 QueryProcessorIF
TopicMap. getQueryProcessor()
Constructors in ontopoly.model with parameters of type QueryProcessorIF Constructor Description QueryMapper(QueryProcessorIF processor)
QueryMapper(QueryProcessorIF processor, DeclarationContextIF context)
-