| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System(CAS) Interfaces | 
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.examples | |
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| org.apache.uima.jcas.tcas | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectFSs<T> | SelectFSs. following(Annotation annotation)For AnnotationIndex, position to first Annotation whose begin >= fs.getEnd(); | 
| SelectFSs<T> | SelectFSs. following(Annotation annotation,
         int offset)For AnnotationIndex, position to first Annotation whose begin >= fs.getEnd() and then adjust
 position by the offset | 
| SelectFSs<T> | SelectFSs. preceding(Annotation annotation)For AnnotationIndex, set up a selection that will go from the beginning to the first Annotation
 to the left of the specified position, whose end <= fs.getBegin(). | 
| SelectFSs<T> | SelectFSs. preceding(Annotation annotation,
         int offset)For AnnotationIndex, set up a selection that will go from the beginning to the first Annotation
 to the left of the specified position, ending at the last Annotation whose end <=
 fs.getBegin(), after adjusting by offset items. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Annotation> | CASImpl. createDocumentAnnotationNoRemoveNoIndex(int length) | 
| Modifier and Type | Method and Description | 
|---|---|
| Annotation | CASImpl. createAnnotation(Type type,
                int begin,
                int end) | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectFSs<T> | SelectFSs_impl. following(Annotation fs) | 
| SelectFSs<T> | SelectFSs_impl. following(Annotation fs,
         int offset) | 
| SelectFSs<T> | SelectFSs_impl. preceding(Annotation fs) | 
| SelectFSs<T> | SelectFSs_impl. preceding(Annotation annotation,
         int offset) | 
| void | CASImpl. set_deserialized_doc_annot_not_indexed(Annotation doc_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 | 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> | JFSIndexRepository. getAnnotationIndex(int type)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> | JCas. getAnnotationIndex(Type type)Get the standard annotation index restricted to a specific annotation type. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationIndex<Annotation> | JFSIndexRepository. getAnnotationIndex()Get the standard annotation index. | 
| AnnotationIndex<Annotation> | JCas. getAnnotationIndex()Get the standard annotation index. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Annotation> | JCasImpl. getAnnotationIndex(Class<T> clazz) | 
| <T extends Annotation> | JCasImpl. getAnnotationIndex(int type) | 
| <T extends Annotation> | JFSIndexRepositoryImpl. getAnnotationIndex(int type) | 
| <T extends Annotation> | JCasImpl. getAnnotationIndex(Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationIndex<Annotation> | JCasImpl. getAnnotationIndex() | 
| AnnotationIndex<Annotation> | JFSIndexRepositoryImpl. getAnnotationIndex() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DocumentAnnotationThe JCas class definition for the CAS  DocumentAnnotationtype. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Annotation. compareAnnotation(Annotation other)Compare two annotations, no type order | 
| int | Annotation. compareAnnotation(Annotation other,
                 LinearTypeOrder lto)Compare two annotations incl type order | 
| int | Annotation. compareAnnotationWithId(Annotation other)Compare two annotations, with id compare | 
| int | Annotation. compareAnnotationWithId(Annotation other,
                       LinearTypeOrder lto)Compare two annotations, with type order, with id compare | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.