Uses of Class
org.apache.uima.jcas.tcas.Annotation
Packages that use Annotation
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 Annotation in org.apache.uima.cas
Methods in org.apache.uima.cas with parameters of type AnnotationModifier and TypeMethodDescriptionSelectFSs.following
(Annotation annotation) For AnnotationIndex, position to first Annotation whose begin >= fs.getEnd();SelectFSs.following
(Annotation annotation, int offset) For AnnotationIndex, position to first Annotation whose begin >= fs.getEnd() and then adjust position by the offsetSelectFSs.preceding
(Annotation annotation) For AnnotationIndex, set up a selection that will go from the beginning to the first Annotation to the left of the specified position, whose end <= fs.getBegin().SelectFSs.preceding
(Annotation annotation, int offset) For AnnotationIndex, set up a selection that will go from the beginning to the first Annotation to the left of the specified position, ending at the last Annotation whose end <= fs.getBegin(), after adjusting by offset items. -
Uses of Annotation in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with type parameters of type AnnotationModifier and TypeMethodDescription<T extends Annotation>
TCASImpl.createDocumentAnnotationNoRemoveNoIndex
(int length) Methods in org.apache.uima.cas.impl that return AnnotationMethods in org.apache.uima.cas.impl with parameters of type AnnotationModifier and TypeMethodDescriptionSelectFSs_impl.following
(Annotation fs) SelectFSs_impl.following
(Annotation fs, int offset) SelectFSs_impl.preceding
(Annotation fs) SelectFSs_impl.preceding
(Annotation annotation, int offset) void
CASImpl.set_deserialized_doc_annot_not_indexed
(Annotation doc_annot) -
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.Methods in org.apache.uima.jcas.tcas that return AnnotationModifier and TypeMethodDescriptionstatic Annotation
Annotation._createMarkerAnnotation
(JCas aJCas, int aBegin, int aEnd) For internal use bySelectFSs_impl
Methods in org.apache.uima.jcas.tcas with parameters of type AnnotationModifier and TypeMethodDescriptionfinal int
Annotation.compareAnnotation
(Annotation other) Compare two annotations, no type orderfinal int
Annotation.compareAnnotation
(Annotation other, LinearTypeOrder lto) Compare two annotations incl type orderfinal int
Annotation.compareAnnotationWithId
(Annotation other) Compare two annotations, with id comparefinal int
Annotation.compareAnnotationWithId
(Annotation other, LinearTypeOrder lto) Compare two annotations, with type order, with id compare