Uses of Interface
net.ontopia.topicmaps.core.index.IndexIF

Packages that use IndexIF
net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration. 
net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes. 
net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation. 
net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation. 
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. 
net.ontopia.topicmaps.utils.tmrap   
 

Uses of IndexIF in net.ontopia.infoset.fulltext.impl.rdbms
 

Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement IndexIF
 class RDBMSSearcher
          INTERNAL: A generic RDBMS fulltext searcher implementation.
 

Methods in net.ontopia.infoset.fulltext.impl.rdbms that return IndexIF
 IndexIF RDBMSSearcher.getIndex()
           
 

Uses of IndexIF in net.ontopia.topicmaps.core.index
 

Subinterfaces of IndexIF in net.ontopia.topicmaps.core.index
 interface ClassInstanceIndexIF
          PUBLIC: Interface implemented by objects providing quick lookup facilities to find topics used as types, and the instances of those types, within a topic map.
 interface NameIndexIF
          PUBLIC: Index that holds information about the names of topics in the topic map.
 interface OccurrenceIndexIF
          INTERNAL: Index that holds information about occurrences in the topic map.
 interface ScopeIndexIF
          PUBLIC: Implemented by objects holding information about topics used as themes in scopes, and about topic map objects that have scope.
 

Uses of IndexIF in net.ontopia.topicmaps.impl.basic.index
 

Classes in net.ontopia.topicmaps.impl.basic.index that implement IndexIF
 class ClassInstanceIndex
          INTERNAL: The basic dynamic class instance index implementation.
 class NameIndex
          INTERNAL: The basic dynamic name index implementation.
 class OccurrenceIndex
          INTERNAL: The basic dynamic locator index implementation.
 class ScopeIndex
          INTERNAL: The basic dynamic scope index implementation.
 class TNCIndex
          INTERNAL: Index providing lookups from base name value + scope to the topic that has such base name characteristics.
 

Methods in net.ontopia.topicmaps.impl.basic.index that return IndexIF
 IndexIF IndexManager.getIndex(java.lang.String name)
           
 

Uses of IndexIF in net.ontopia.topicmaps.impl.rdbms.index
 

Classes in net.ontopia.topicmaps.impl.rdbms.index that implement IndexIF
 class RDBMSIndex
          INTERNAL: An abstract super class used by the rdbms indexes.
 

Fields in net.ontopia.topicmaps.impl.rdbms.index with type parameters of type IndexIF
protected  java.util.Map<java.lang.String,IndexIF> IndexManager.indexes
           
 

Methods in net.ontopia.topicmaps.impl.rdbms.index that return IndexIF
 IndexIF RDBMSIndex.getIndex()
           
 IndexIF IndexManager.getIndex(java.lang.String name)
           
 

Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type IndexIF
 java.util.Collection<IndexIF> IndexManager.getActiveIndexes()
           
 

Uses of IndexIF in net.ontopia.topicmaps.impl.utils
 

Classes in net.ontopia.topicmaps.impl.utils that implement IndexIF
 class AbstractIndex
          INTERNAL: An abstract index class.
 class BasicIndex
          INTERNAL: An abstract dynamic index superclass.
 class FulltextIndexManager
          INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
 

Methods in net.ontopia.topicmaps.impl.utils that return IndexIF
 IndexIF BasicIndex.getIndex()
           
abstract  IndexIF AbstractIndex.getIndex()
          INTERNAL: Method used by IndexManagerIF to manage index creation.
 IndexIF IndexManagerIF.getIndex(java.lang.String name)
          Deprecated. DEPRECATED: Gets an index by name.
 

Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type IndexIF
 java.util.Collection<IndexIF> IndexManagerIF.getActiveIndexes()
          Deprecated. DEPRECATED: Returns all the active indexes.
 

Uses of IndexIF in net.ontopia.topicmaps.query.impl.basic
 

Classes in net.ontopia.topicmaps.query.impl.basic that implement IndexIF
 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.
 

Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type IndexIF
static QueryMatches PredicateUtils.objectToMany(QueryMatches matches, int fromix, int toix, java.lang.Class fromclass, int operation, IndexIF index)
           
static QueryMatches PredicateUtils.objectToMany(QueryMatches matches, int fromix, int toix, java.lang.Class fromclass, int operation, IndexIF index1, IndexIF index2)
           
 

Uses of IndexIF in net.ontopia.topicmaps.utils.tmrap
 

Subinterfaces of IndexIF in net.ontopia.topicmaps.utils.tmrap
 interface TopicIndexIF
          EXPERIMENTAL: An index through which information about topics with a particular subject can be located, irrespective of where these topics happen to be stored.
 

Classes in net.ontopia.topicmaps.utils.tmrap that implement IndexIF
 class FederatedTopicIndex
          EXPERIMENTAL: An implementation that looks up topics in all the given TopicIndexIFs and returns them.
 class RegistryTopicIndex
          EXPERIMENTAL: An implementation that looks up topics in all currently open topic maps in the given registry.
 class RemoteTopicIndex
          EXPERIMENTAL: An implementation that looks up topics on remote servers using the TM RAP protocol.
 class TopicMapTopicIndex
          EXPERIMENTAL: An implementation that looks up topics in all the given topic map.
 



Copyright © 2000-2012 Ontopia.