Uses of Class
org.apache.uima.cas.impl.FsIndex_annotation
Packages that use FsIndex_annotation
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FsIndex_annotation in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type FsIndex_annotationModifier and TypeFieldDescriptionprivate final Map
<TypeImpl, FsIndex_annotation<Annotation>> FSIndexRepositoryImpl.annotationIndexes
speedup for annotation index accessing by type, lazily initializedMethods in org.apache.uima.cas.impl that return FsIndex_annotationModifier and TypeMethodDescription(package private) <T extends AnnotationFS>
FsIndex_annotation<T> FSIndexRepositoryImpl.getAnnotationIndex
(TypeImpl ti) returns the annotation index for a type which is Annotation or a subtype of it.