Uses of Class
org.apache.uima.jcas.tcas.Annotation
Packages that use Annotation
Package
Description
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
JCAS model for built-in TCAS types
-
Uses of Annotation in org.apache.uima.examples
Subclasses of Annotation in org.apache.uima.examplesModifier and TypeClassDescriptionclass
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of Annotation in org.apache.uima.jcas
Methods in org.apache.uima.jcas with type parameters of type AnnotationModifier and TypeMethodDescription<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.<T extends Annotation>
AnnotationIndex<T> JFSIndexRepository.getAnnotationIndex
(int type) Get the standard annotation index restricted to a specific annotation type.Methods in org.apache.uima.jcas that return types with arguments of type AnnotationModifier and TypeMethodDescriptionJCas.getAnnotationIndex()
Get the standard annotation index.JFSIndexRepository.getAnnotationIndex()
Get the standard annotation index. -
Uses of Annotation in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with type parameters of type AnnotationModifier and TypeMethodDescription<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) <T extends Annotation>
AnnotationIndex<T> JFSIndexRepositoryImpl.getAnnotationIndex
(int type) Methods in org.apache.uima.jcas.impl that return types with arguments of type AnnotationModifier and TypeMethodDescriptionJCasImpl.getAnnotationIndex()
JFSIndexRepositoryImpl.getAnnotationIndex()
-
Uses of Annotation in org.apache.uima.jcas.tcas
Subclasses of Annotation in org.apache.uima.jcas.tcasModifier and TypeClassDescriptionclass
The JCas class definition for the CASDocumentAnnotation
type. -
Uses of Annotation in org.apache.uima.tools.viewer
Methods in org.apache.uima.tools.viewer with parameters of type AnnotationModifier and TypeMethodDescriptionCasAnnotationViewer.DefaultEntityResolver.getEntity
(Annotation inAnnotation) EntityResolver.getEntity
(Annotation aAnnotation) Returns theEntity
to which an annotation refers.