| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.examples | |
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| org.apache.uima.jcas.tcas | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnnotationImplDeprecated. 
 use Annotation instead | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FeatureStructureImplCFeature structure implementation (for non JCas and JCas)
 
 Each FS has 
   - int data 
     - used for boolean, byte, short, int, long, float, double data
       -- long and double use 2 int slots
     - may be null if all slots are in JCas cover objects as fields
   - ref data
     - used for references to other Java objects, such as 
       -- strings
       -- other feature structures
       -- arbitrary Java Objects
     - may be null if all slots are in JCas cover objects as fields
   - an id: an incrementing integer, starting at 1, per CAS, of all FSs created for that CAS
   - a ref to the casView where this FS was created
   - a ref to the TypeImpl for this class
     -- can't be static - may be multiple type systems in use | 
| 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  | AnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase. | 
| class  | BooleanArrayJCas class model for BooleanArray | 
| class  | ByteArrayJCas class model for ByteArray | 
| class  | DoubleArrayJCas class model for DoubleArray | 
| class  | EmptyFloatList | 
| class  | EmptyFSList<T extends TOP> | 
| class  | EmptyIntegerList | 
| class  | EmptyStringList | 
| class  | FloatArrayJava Cas model for Cas FloatArray. | 
| class  | FloatList | 
| class  | FSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when
 using FSArray with no typing. | 
| class  | FSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA
   Has all the methods of List
       Implements the select(...) APIs 
    | 
| class  | FSHashSet<T extends TOP>a hash set of Feature Structures
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts
 Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml | 
| class  | FSLinkedHashSet<T extends TOP>a hash set of Feature Structures
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts
 Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml | 
| class  | FSList<T extends TOP>T extends TOP, v2 already mandated TOP for set/get | 
| class  | Int2FS<T extends TOP>A map from ints to Feature Structures
 
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts | 
| class  | IntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type. | 
| class  | IntegerArrayListAn ArrayList type containing ints, for UIMA
   - implements a subset of the List API, Iterable<Integer>, IntListIterator. | 
| class  | IntegerList | 
| class  | LongArrayJCas class model for LongArray | 
| class  | NonEmptyFloatList | 
| class  | NonEmptyFSList<T extends TOP> | 
| class  | NonEmptyIntegerList | 
| class  | NonEmptyStringList | 
| class  | ShortArrayJCas class model for ShortArray | 
| class  | Sofa | 
| class  | StringArrayJCas class model for StringArray | 
| class  | StringList | 
| class  | TOPThe JCas Class model corresponding to the Cas TOP type. | 
| 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–2022 The Apache Software Foundation. All rights reserved.