| 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.examples | |
| org.apache.uima.jcas.tcas | JCAS model for built-in TCAS types | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends AnnotationFS> | CAS. createAnnotation(Type type,
                int begin,
                int end)Create a new annotation. | 
| <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. | 
| <T extends AnnotationFS> | CAS. getDocumentAnnotation()Get the Document Annotation. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends AnnotationFS> | CAS. createAnnotation(Type type,
                int begin,
                int end)Create a new annotation. | 
| 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). | 
| interface  | AnnotationTree<T extends AnnotationFS>Represents an annotation tree. | 
| interface  | AnnotationTreeNode<T extends AnnotationFS>Represents a node in an annotation tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSIterator<T> | AnnotationIndex. subiterator(AnnotationFS annot)Return a subiterator whose bounds are defined by the input annotation. | 
| FSIterator<T> | AnnotationIndex. subiterator(AnnotationFS annot,
           boolean ambiguous,
           boolean strict)Return a subiterator whose bounds are defined by the  annot. | 
| 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 | Class and Description | 
|---|---|
| class  | Annotationthe JCas class model for the CAS type uima.cas.Annotation. | 
| class  | DocumentAnnotationThe JCas class definition for the CAS  DocumentAnnotationtype. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.