Uses of Interface
org.tmapi.index.Index

Packages that use Index
org.tmapi.core Core interfaces which provide the functionality of the Topic Maps - Data Model
org.tmapi.index Index interfaces which provide lookup of Topic Maps Constructs. 
 

Uses of Index in org.tmapi.core
 

Methods in org.tmapi.core with type parameters of type Index
<I extends Index>
I
TopicMap.getIndex(java.lang.Class<I> indexInterface)
          Returns the specified index.
 

Uses of Index in org.tmapi.index
 

Subinterfaces of Index in org.tmapi.index
 interface LiteralIndex
          Index for literal values stored in a topic map.
 interface ScopedIndex
          Index for Scoped statements and their scope.
 interface TypeInstanceIndex
          Index for type-instance relationships between Topics and for Typed Topic Maps constructs.