Uses of Class
org.apache.uima.jcas.tcas.Annotation
-
Packages that use Annotation Package Description org.apache.uima.examples org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.jcas.tcas JCAS model for built-in TCAS typesorg.apache.uima.tools.viewer -
-
Uses of Annotation in org.apache.uima.examples
Subclasses of Annotation in org.apache.uima.examples Modifier and Type Class Description classSourceDocumentInformationStores 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 Annotation Modifier and Type Method Description <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(java.lang.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 Annotation Modifier and Type Method Description AnnotationIndex<Annotation>JCas. getAnnotationIndex()Get the standard annotation index.AnnotationIndex<Annotation>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 Annotation Modifier and Type Method Description <T extends Annotation>
AnnotationIndex<T>JCasImpl. getAnnotationIndex(int type)<T extends Annotation>
AnnotationIndex<T>JCasImpl. getAnnotationIndex(java.lang.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 Annotation Modifier and Type Method Description AnnotationIndex<Annotation>JCasImpl. getAnnotationIndex()AnnotationIndex<Annotation>JFSIndexRepositoryImpl. getAnnotationIndex() -
Uses of Annotation in org.apache.uima.jcas.tcas
Subclasses of Annotation in org.apache.uima.jcas.tcas Modifier and Type Class Description classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype. -
Uses of Annotation in org.apache.uima.tools.viewer
Methods in org.apache.uima.tools.viewer with parameters of type Annotation Modifier and Type Method Description EntityResolver.EntityCasAnnotationViewer.DefaultEntityResolver. getEntity(Annotation inAnnotation)EntityResolver.EntityEntityResolver. getEntity(Annotation aAnnotation)Returns theEntityto which an annotation refers.
-