Uses of Interface
org.apache.uima.cas.impl.LowLevelIndex
Packages that use LowLevelIndex
Package
Description
Common Analysis System (CAS) Interfaces.
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of LowLevelIndex in org.apache.uima.cas
Methods in org.apache.uima.cas that return types with arguments of type LowLevelIndexModifier and TypeMethodDescriptionFSIndexRepository.ll_getIndexes()Get all indexes in this repository as low level indexes -
Uses of LowLevelIndex in org.apache.uima.cas.impl
Subinterfaces of LowLevelIndex in org.apache.uima.cas.implModifier and TypeInterfaceDescriptioninterfaceClass comment for FSIndexImpl.java goes here.Classes in org.apache.uima.cas.impl that implement LowLevelIndexModifier and TypeClassDescriptionclassFSBagIndex<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses IntVector or PositiveIntSet to hold values of FSsclassFSIntArrayIndex<T extends FeatureStructure>Used for sorted indexes only Uses IntVector (sorted) as the index (of FSs)classFSLeafIndexImpl<T extends FeatureStructure>The common (among all index kinds - set, sorted, bag) info for an index Subtypes define the actual index repository (integers indexing the CAS) for each kind.classFSRBTSetIndex<T extends FeatureStructure>Used for UIMA FS Set Indexes Uses CompIntArrayRBT red black tree to hold items Same as FSRBTIndex, but duplicates are not inserted.Methods in org.apache.uima.cas.impl that return LowLevelIndexModifier and TypeMethodDescriptionFSIndexFlat.FSIteratorFlat.ll_getIndex()FSIndexRepositoryImpl.ll_getIndex(String indexName) FSIndexRepositoryImpl.ll_getIndex(String indexName, int typeCode) FSIntIteratorImplBase.ll_getIndex()LLUnambiguousIteratorImpl.ll_getIndex()LowLevelIndexRepository.ll_getIndex(String indexName) Get an index by its name.LowLevelIndexRepository.ll_getIndex(String indexName, int typeCode) Get an index by a name and type.LowLevelIterator.ll_getIndex()Get the index for just the top most type of this iterator (excludes subtypes).Methods in org.apache.uima.cas.impl that return types with arguments of type LowLevelIndex