Uses of Interface
org.apache.uima.cas.AnnotationBaseFS
-
Packages that use AnnotationBaseFS Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces.org.apache.uima.examples org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.tcas JCAS model for built-in TCAS types -
-
Uses of AnnotationBaseFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement AnnotationBaseFS Modifier and Type Class Description classAnnotationBaseImplClass comment for AnnotationImpl.java goes here.classAnnotationImplClass comment for AnnotationImpl.java goes here. -
Uses of AnnotationBaseFS in org.apache.uima.cas.text
Subinterfaces of AnnotationBaseFS in org.apache.uima.cas.text Modifier and Type Interface Description interfaceAnnotationFSInterface for Annotation Feature Structures. -
Uses of AnnotationBaseFS in org.apache.uima.examples
Classes in org.apache.uima.examples that implement AnnotationBaseFS Modifier and Type Class Description classSourceDocumentInformationStores detailed information about the original source document from which the current CAS was initialized. -
Uses of AnnotationBaseFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement AnnotationBaseFS Modifier and Type Class Description classAnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase. -
Uses of AnnotationBaseFS in org.apache.uima.jcas.tcas
Classes in org.apache.uima.jcas.tcas that implement AnnotationBaseFS Modifier and Type Class Description classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-