Uses of Interface
org.apache.uima.cas.impl.LowLevelIndex
-
Packages that use LowLevelIndex Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl 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 LowLevelIndex Modifier and Type Method Description java.util.Iterator<LowLevelIndex>FSIndexRepository. 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.impl Modifier and Type Interface Description interfaceFSIndexImplClass comment for FSIndexImpl.java goes here.Classes in org.apache.uima.cas.impl that implement LowLevelIndex Modifier and Type Class Description classFSBagIndex<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 LowLevelIndex Modifier and Type Method Description LowLevelIndexFSIndexFlat.FSIteratorFlat. ll_getIndex()LowLevelIndexFSIndexRepositoryImpl. ll_getIndex(java.lang.String indexName)LowLevelIndexFSIndexRepositoryImpl. ll_getIndex(java.lang.String indexName, int typeCode)LowLevelIndexFSIntIteratorImplBase. ll_getIndex()LowLevelIndexLLUnambiguousIteratorImpl. ll_getIndex()LowLevelIndexLowLevelIndexRepository. ll_getIndex(java.lang.String indexName)Get an index by its name.LowLevelIndexLowLevelIndexRepository. ll_getIndex(java.lang.String indexName, int typeCode)Get an index by a name and type.LowLevelIndexLowLevelIterator. 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 Modifier and Type Method Description java.util.Iterator<LowLevelIndex>FSIndexRepositoryImpl. ll_getIndexes()
-