Uses of Class
org.apache.uima.cas.impl.FsIndex_annotation
-
Packages that use FsIndex_annotation Package Description org.apache.uima.cas.impl 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_annotation Modifier and Type Field Description private java.util.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_annotation Modifier and Type Method Description (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.
-