| Package | Description | 
|---|---|
| org.apache.uima.examples | |
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.tcas | JCAS model for built-in TCAS types | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SourceDocumentInformationStores detailed information about the original source document from which the current CAS was
 initialized. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Annotation> | JCas. getAnnotationIndex(Class<T> clazz)Get the standard annotation index restricted to a specific annotation type. | 
| <T extends Annotation> | JCas. getAnnotationIndex(int type)Get the standard annotation index restricted to a specific annotation type. | 
| <T extends Annotation> | JFSIndexRepository. getAnnotationIndex(int type)Get the standard annotation index restricted to a specific annotation type. | 
| <T extends Annotation> | JCas. getAnnotationIndex(Type type)Get the standard annotation index restricted to a specific annotation type. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationIndex<Annotation> | JCas. getAnnotationIndex()Get the standard annotation index. | 
| AnnotationIndex<Annotation> | JFSIndexRepository. getAnnotationIndex()Get the standard annotation index. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DocumentAnnotationThe JCas class definition for the CAS  DocumentAnnotationtype. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.