Uses of Interface
net.ontopia.topicmaps.query.core.QueryProcessorIF

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.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done. 
net.ontopia.topicmaps.query.utils This package provides query utility classes. 
 

Uses of QueryProcessorIF in net.ontopia.topicmaps.db2tm
 

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.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.utils
 

Methods in net.ontopia.topicmaps.query.utils that return QueryProcessorIF
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)
          EXPERIMENTAL: ...
static QueryProcessorIF QueryUtils.createQueryProcessor(TopicMapIF topicmap, java.util.Map properties)
          EXPERIMENTAL: ...
 QueryProcessorIF QueryWrapper.getQueryProcessor()
           
static QueryProcessorIF QueryUtils.getQueryProcessor(TopicMapIF topicmap)
          PUBLIC: Returns a query processor for the given topic map; will always return the same processor for the same topic map.
static QueryProcessorIF QueryUtils.getQueryProcessor(TopicMapIF topicmap, LocatorIF base)
          PUBLIC: Returns the default query processor for the given topic map and base address.
 



Copyright © 2000-2010 Ontopia.