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 TypeMethodDescriptionFSIndexRepository.getIndexes()
Get all indexes in this repository. -
Uses of FSIndex in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIndexModifier and TypeClassDescriptionclass
AnnotationIndexImpl<T extends AnnotationFS>
Implementation of annotation indexes.(package private) class
FSIndexRepositoryImpl.IndexImpl<T extends FeatureStructure>
Implementation of a particular index for a particular Type (and its subtypes)Fields in org.apache.uima.cas.impl declared as FSIndexModifier and TypeFieldDescriptionDebugFSLogicalStructure.IndexInfo.fsIndex
private FSIndex
<? extends FeatureStructure> DebugFSLogicalStructure.UnexpandedFeatureStructures.fsIndex
AnnotationIndexImpl.index
Methods in org.apache.uima.cas.impl that return FSIndexModifier and TypeMethodDescription<T extends FeatureStructure>
FSIndex<T> <T extends FeatureStructure>
FSIndex<T> AnnotationIndexImpl.withSnapshotIterators()
FSIndexRepositoryImpl.IndexImpl.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 FSIndexModifier and TypeMethodDescriptionprivate static FeatureStructure[]
DebugFSLogicalStructure.getIndexContents
(FSIndex<? extends FeatureStructure> fsIndex) Constructors in org.apache.uima.cas.impl with parameters of type FSIndexModifierConstructorDescriptionAnnotationIndexImpl
(FSIndex<T> index) UnexpandedFeatureStructures
(FSIndex<? extends FeatureStructure> 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
Fields in org.apache.uima.tools.cvd declared as FSIndexMethods in org.apache.uima.tools.cvd that return FSIndexMethods in org.apache.uima.tools.cvd with parameters of type FSIndex