Uses of Class
org.tm4j.topicmap.index.IndexManagerException

Packages that use IndexManagerException
org.tm4j.tolog DEPRECATED 
org.tm4j.topicmap.index Provides the core interface for a flexible indexing architecture. 
 

Uses of IndexManagerException in org.tm4j.tolog
 

Constructors in org.tm4j.tolog that throw IndexManagerException
QueryEvaluator(TopicMap tm)
          Deprecated. Creates a new QueryEvaluator to evaluate Tolog queries over the topic map tm
 

Uses of IndexManagerException in org.tm4j.topicmap.index
 

Methods in org.tm4j.topicmap.index that throw IndexManagerException
 void IndexManager.registerIndexProvider(IndexProvider index)
          Plugin interface for index service providers.
 Index IndexManager.getIndex(java.lang.String ixInterface)
          Returns the index which implements the specified interface
 Index IndexManager.getIndex(java.lang.Class ixClass)
          Returns the index which implements the specified interface.
 TopicTypesIndex IndexManager.getTopicTypesIndex()
          Shortcut access method for the TopicTypesIndex
 ThemesIndex IndexManager.getThemesIndex()
          Shortcut access method for the ThemesIndex
 OccurrenceTypesIndex IndexManager.getOccurrenceTypesIndex()
          Shortcut access method for the OccurrenceTypesIndex
 OccurrenceLocatorIndex IndexManager.getOccurrenceLocatorIndex()
          Shortcut access method for the OccurrenceLocatorIndex
 MemberTypesIndex IndexManager.getMemberTypesIndex()
          Shortcut access method for the MemberTypesIndex
 AssociationTypesIndex IndexManager.getAssociationTypesIndex()
          Shortcut access method for the AssociationTypesIndex
 BaseNameDataIndex IndexManager.getBaseNameDataIndex()
          Shortcut access method for BaseNameDataIndex
 OccurrenceDataIndex IndexManager.getOccurrenceDataIndex()
          Shortcut access method for OccurrenceDataIndex
 VariantDataIndex IndexManager.getVariantDataIndex()
          Shortcut access method for VariantDataIndex