Uses of Interface
org.apache.uima.cas.impl.LowLevelIndex

Packages that use LowLevelIndex
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
 

Uses of LowLevelIndex in org.apache.uima.cas.impl
 

Subinterfaces of LowLevelIndex in org.apache.uima.cas.impl
 interface FSIndexImpl
          Class comment for FSIndexImpl.java goes here.
 

Classes in org.apache.uima.cas.impl that implement LowLevelIndex
 class FSBagIndex
           
 class FSIntArrayIndex<T extends FeatureStructure>
           
 class FSLeafIndexImpl<T extends FeatureStructure>
          Class comment for FSLeafIndexImpl.java goes here.
 class FSVectorIndex<T extends FeatureStructure>
           
 

Methods in org.apache.uima.cas.impl that return LowLevelIndex
 LowLevelIndex LowLevelIterator.ll_getIndex()
          Get the index of this iterator.
 LowLevelIndex LLUnambiguousIteratorImpl.ll_getIndex()
           
 LowLevelIndex LowLevelIndexRepository.ll_getIndex(java.lang.String indexName)
          Get an index by its name.
 LowLevelIndex FSIndexRepositoryImpl.ll_getIndex(java.lang.String indexName)
           
 LowLevelIndex LowLevelIndexRepository.ll_getIndex(java.lang.String indexName, int typeCode)
          Get an index by a name and type.
 LowLevelIndex FSIndexRepositoryImpl.ll_getIndex(java.lang.String indexName, int typeCode)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.