Uses of Interface
org.tm4j.topicmap.index.IndexManager

Packages that use IndexManager
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
 

Uses of IndexManager in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that return IndexManager
 IndexManager TopicMap.getIndexManager()
          Returns the IndexManager object which handles access to all of the indexes for this topic map.
 

Uses of IndexManager in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that return IndexManager
 IndexManager UnifiedTopicMap.getIndexManager()