Uses of Interface
org.apache.uima.cas.FSIndex
Packages that use FSIndex
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Text Common Annotation System (TCAS) Interfaces.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
-
Uses of FSIndex in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSIndexModifier and TypeMethodDescription<T extends FeatureStructure>
FSIndex<T> Retrieve an index according to a label.<T extends FeatureStructure>
FSIndex<T> Retrieve an index according to a label and a type.FSIndex.withSnapshotIterators()
Creates a shared copy of this FSIndex configured to produce snapshot iterators that don't throw ConcurrentModificationExceptions.Methods in org.apache.uima.cas that return types with arguments of type FSIndexModifier and TypeMethodDescription<T extends FeatureStructure>
Iterator<FSIndex<T>> FSIndexRepository.getIndexes()
Get all indexes in this repository.Methods in org.apache.uima.cas with parameters of type FSIndexModifier and TypeMethodDescriptionstatic <U extends FeatureStructure>
SelectFSs<U> Use this static method to capture the generic argument -
Uses of FSIndex in org.apache.uima.cas.impl
Subinterfaces of FSIndex in org.apache.uima.cas.implModifier and TypeInterfaceDescriptioninterface
LowLevelIndex<T extends FeatureStructure>
Low-level FS index object.Classes in org.apache.uima.cas.impl that implement FSIndexModifier and TypeClassDescriptionclass
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.class
FsIndex_bag<T extends FeatureStructure>
Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclass
FsIndex_flat<T extends FeatureStructure>
Common part of flattened indexes, used for both snapshot iterators and flattened sorted indexes built from passed in instance of FsIndex_iicpfinal class
FsIndex_set_sorted<T extends FeatureStructure>
Common index impl for set and sorted indexes.class
FsIndex_singletype<T extends FeatureStructure>
The common (among all index kinds - set, sorted, bag) info for an index over 1 type (excluding subtypes) SubClasses FsIndex_bag, FsIndex_flat, FsIndex_set_sorted, define the actual index repository for each kind.class
FsIndex_snapshot<T extends FeatureStructure>
Implementation of light-weight wrapper of normal indexes, which support special kinds of iterators base on the setting of IteratorExtraFunctionFields in org.apache.uima.cas.impl declared as FSIndexMethods in org.apache.uima.cas.impl that return FSIndexModifier and TypeMethodDescription<T extends FeatureStructure>
FSIndex<T> FsIndex_annotation.withSnapshotIterators()
FsIndex_singletype.withSnapshotIterators()
FsIndex_snapshot.withSnapshotIterators()
Methods in org.apache.uima.cas.impl that return types with arguments of type FSIndexMethods in org.apache.uima.cas.impl with parameters of type FSIndex -
Uses of FSIndex in org.apache.uima.cas.text
Subinterfaces of FSIndex in org.apache.uima.cas.textModifier and TypeInterfaceDescriptioninterface
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances ofuima.tcas.Annotation
(or its subtypes). -
Uses of FSIndex in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FSIndexModifier and TypeMethodDescriptionRetrieve an index according to a label and a type specified using a JCas class.Retrieve an index according to a label.Retrieve an index according to a label and a type.Methods in org.apache.uima.jcas that return types with arguments of type FSIndexModifier and TypeMethodDescriptionJFSIndexRepository.getIndexes()
Get all indexes in this repository. -
Uses of FSIndex in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FSIndexModifier and TypeMethodDescriptionMethods in org.apache.uima.jcas.impl that return types with arguments of type FSIndex -
Uses of FSIndex in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd that return FSIndexMethods in org.apache.uima.tools.cvd with parameters of type FSIndex