| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. | 
| org.apache.uima.cas.text | Text Common Annotation System (TCAS) Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends FeatureStructure> | FSIndexRepository. getIndex(String label)Retrieve an index according to a label. | 
| <T extends FeatureStructure> | FSIndexRepository. getIndex(String label,
        Type type)Retrieve an index according to a label and a type. | 
| FSIndex<T> | FSIndex. withSnapshotIterators()Creates a shared copy of this FSIndex configured to produce snapshot iterators
 that don't throw ConcurrentModificationExceptions. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<FSIndex<FeatureStructure>> | FSIndexRepository. getIndexes()Get all indexes in this repository. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnnotationIndex<T extends AnnotationFS>An annotation index provides additional iterator functionality that applies only to instances of
  uima.tcas.Annotation(or its subtypes). | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends TOP> | JFSIndexRepository. getIndex(String label)Retrieve an index according to a label. | 
| <T extends TOP> | JCas. getIndex(String label,
        Class<T> clazz)Retrieve an index according to a label and a type specified using a JCas class. | 
| <T extends TOP> | JFSIndexRepository. getIndex(String label,
        int type)Retrieve an index according to a label and a type. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<FSIndex<TOP>> | JFSIndexRepository. getIndexes()Get all indexes in this repository. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.