Uses of Class
org.apache.uima.jcas.cas.AnnotationBase
-
Packages that use AnnotationBase Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas.tcas -
-
Uses of AnnotationBase in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type AnnotationBase Modifier and Type Method Description CASImpl
CASImpl. getSofaCasView(AnnotationBase fs)
-
Uses of AnnotationBase in org.apache.uima.examples
Subclasses of AnnotationBase in org.apache.uima.examples Modifier and Type Class Description class
SourceDocumentInformation
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of AnnotationBase in org.apache.uima.jcas.tcas
Subclasses of AnnotationBase in org.apache.uima.jcas.tcas Modifier and Type Class Description class
Annotation
the JCas class model for the CAS type uima.cas.Annotation.class
DocumentAnnotation
The JCas class definition for the CASDocumentAnnotation
type.
-