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

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

Uses of IndexMeta in org.tm4j.topicmap.index
 

Classes in org.tm4j.topicmap.index that implement IndexMeta
 class IndexMetaImpl
          Simple implementation of the IndexMeta interface.
 

Methods in org.tm4j.topicmap.index that return IndexMeta
 IndexMeta IndexProvider.getIndexMeta(java.lang.String interfaceName)
          Returns an IndexMeta object providing meta data about the index which implements interfaceName
 IndexMeta IndexManager.getIndexMeta(java.lang.String ixInterface)
          Returns meta data about the specified index.
 IndexMeta IndexManager.getIndexMeta(java.lang.Class ixClass)
          Returns meta data about the specified index.