| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends AnnotationFS> | CAS. getAnnotationIndex()Get the standard annotation index. | 
| <T extends AnnotationFS> | CAS. 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. | 
| <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. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.