Uses of Interface
org.apache.uima.cas.text.AnnotationIndex
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
-
Uses of AnnotationIndex in org.apache.uima.cas
Modifier and TypeMethodDescription<T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex()
Get the standard annotation index.default <T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex
(Class<T> clazz) Get the standard annotation index restricted to a specific annotation type.<T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex
(Type type) Get the standard annotation index restricted to a specific annotation type. -
Uses of AnnotationIndex in org.apache.uima.cas.impl
Modifier and TypeClassDescriptionclass
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.Modifier and TypeMethodDescription<T extends AnnotationFS>
AnnotationIndex<T> CASImpl.getAnnotationIndex()
The generic spec T extends AnnotationFS (rather than AnnotationFS) allows the method JCasImpl getAnnotationIndex to return Annotation instead of AnnotationFS<T extends AnnotationFS>
AnnotationIndex<T> CASImpl.getAnnotationIndex
(Type type) -
Uses of AnnotationIndex in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic <T extends AnnotationFS>
List<T> FSCollectionFactory.create
(AnnotationIndex<T> aIndex) Deprecated. -
Uses of AnnotationIndex in org.apache.uima.jcas
Modifier and TypeMethodDescriptionJCas.getAnnotationIndex()
Get the standard annotation index.<T extends Annotation>
AnnotationIndex<T> JCas.getAnnotationIndex
(int type) Get the standard annotation index restricted to a specific annotation type.<T extends Annotation>
AnnotationIndex<T> JCas.getAnnotationIndex
(Class<T> clazz) Get the standard annotation index restricted to a specific annotation type.<T extends Annotation>
AnnotationIndex<T> JCas.getAnnotationIndex
(Type type) Get the standard annotation index restricted to a specific annotation type.JFSIndexRepository.getAnnotationIndex()
Get the standard annotation index.<T extends Annotation>
AnnotationIndex<T> JFSIndexRepository.getAnnotationIndex
(int type) Get the standard annotation index restricted to a specific annotation type. -
Uses of AnnotationIndex in org.apache.uima.jcas.impl
Modifier and TypeMethodDescriptionJCasImpl.getAnnotationIndex()
<T extends Annotation>
AnnotationIndex<T> JCasImpl.getAnnotationIndex
(int type) <T extends Annotation>
AnnotationIndex<T> JCasImpl.getAnnotationIndex
(Class<T> clazz) <T extends Annotation>
AnnotationIndex<T> JCasImpl.getAnnotationIndex
(Type type) JFSIndexRepositoryImpl.getAnnotationIndex()
<T extends Annotation>
AnnotationIndex<T> JFSIndexRepositoryImpl.getAnnotationIndex
(int type)
index.select().asList()