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 CASImplCASImpl. getSofaCasView(AnnotationBase fs) -
Uses of AnnotationBase in org.apache.uima.examples
Subclasses of AnnotationBase 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 AnnotationBase in org.apache.uima.jcas.tcas
Subclasses of AnnotationBase in org.apache.uima.jcas.tcas Modifier and Type Class Description classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-