| Name | Description | Type | Package | Framework |
| AbstractCas | The base interface extended by all CAS (Common Analysis System) interfaces in the UIMA SDK. | Interface | org.apache.uima.cas | Apache Uima |
| AbstractCas_ImplBase | Base class from which CAS implementations should extend. | Class | org.apache.uima.cas | Apache Uima |
| AnnotationBaseFS | Annotation Base API. | Interface | org.apache.uima.cas | Apache Uima |
| AnnotationFS | Interface for Annotation Feature Structures. | Interface | org.apache.uima.cas.text | Apache Uima |
| AnnotationIndex | An annotation index provides additional iterator functionality that applies only to instances of uima. | Interface | org.apache.uima.cas.text | Apache Uima |
| AnnotationTree | Represents an annotation tree. | Interface | org.apache.uima.cas.text | Apache Uima |
| AnnotationTreeNode | Represents a node in an annotation tree. | Interface | org.apache.uima.cas.text | Apache Uima |
| ArrayFS | Feature structure array interface. | Interface | org.apache.uima.cas | Apache Uima |
| BooleanArrayFS | Boolean array interface. | Interface | org.apache.uima.cas | Apache Uima |
| ByteArrayFS | Byte array interface. | Interface | org.apache.uima.cas | Apache Uima |
| CAS | Object-oriented CAS (Common Analysis System) API. | Interface | org.apache.uima.cas | Apache Uima |
| CASAdminException | Exception class for package org. | Class | org.apache.uima.cas.admin | Apache Uima |
| CasData | Interface for directly accessing and manipulating the data in the Common Analysis Structure. | Interface | org.apache.uima.cas_data | Apache Uima |
| CASException | Exception class for package org. | Class | org.apache.uima.cas | Apache Uima |
| CASFactory | Factory class to create CASMgr objects. | Class | org.apache.uima.cas.admin | Apache Uima |
| CASMgr | Class comment for CASMgr. | Interface | org.apache.uima.cas.admin | Apache Uima |
| CasOwner | Represents the owner of a CAS. | Interface | org.apache.uima.cas | Apache Uima |
| CASRuntimeException | Runtime exception class for package org. | Class | org.apache.uima.cas | Apache Uima |
| CommonArrayFS | Common parts of the Array interfaces. | Interface | org.apache.uima.cas | Apache Uima |
| ComponentInfo | Information that a CAS needs to know about the component that's currently operating on it. | Interface | org.apache.uima.cas | Apache Uima |
| ConstraintFactory | Methods to create FSMatchConstraints for filtered iterators or other use. | Class | org.apache.uima.cas | Apache Uima |
| DoubleArrayFS | Double array interface. | Interface | org.apache.uima.cas | Apache Uima |
| Feature | The interface that describes features in the type system. | Interface | org.apache.uima.cas | Apache Uima |
| FeaturePath | Interface for a feature path. | Interface | org.apache.uima.cas | Apache Uima |
| FeatureStructure | Interface for feature structures. | Interface | org.apache.uima.cas | Apache Uima |
| FeatureStructure | An object in the CAS. | Interface | org.apache.uima.cas_data | Apache Uima |
| FeatureValue | The base interface for the value of a feature. | Interface | org.apache.uima.cas_data | Apache Uima |
| FeatureValuePath | Contains CAS Type and Feature objects to represent a feature path of the form feature1/. | Interface | org.apache.uima.cas | Apache Uima |
| FloatArrayFS | Interface for CAS float arrays. | Interface | org.apache.uima.cas | Apache Uima |
| FSBooleanConstraint | Interface for a boolean constraint. | Interface | org.apache.uima.cas | Apache Uima |
| FSConstraint | Interface | org.apache.uima.cas | Apache Uima | |
| FSFloatConstraint | Interface for a float constraint. | Interface | org.apache.uima.cas | Apache Uima |
| FSIndex | Feature structure index access interface. | Interface | org.apache.uima.cas | Apache Uima |
| FSIndexComparator | Interface for creating comparators, which in turn are used to create indexes. | Interface | org.apache.uima.cas.admin | Apache Uima |
| FSIndexRepository | Repository of indexes over feature structures. | Interface | org.apache.uima.cas | Apache Uima |
| FSIndexRepositoryMgr | Repository of indexes. | Interface | org.apache.uima.cas.admin | Apache Uima |
| FSIntConstraint | Interface for an integer constraint. | Interface | org.apache.uima.cas | Apache Uima |
| FSIterator | Iterator over feature structures. | Interface | org.apache.uima.cas | Apache Uima |
| FSMatchConstraint | Interface for feature structure matching constraints. | Interface | org.apache.uima.cas | Apache Uima |
| FSStringConstraint | Interface for a String constraint. | Interface | org.apache.uima.cas | Apache Uima |
| FSTypeConstraint | Interface for type constraint. | Interface | org.apache.uima.cas | Apache Uima |
| IntArrayFS | Interface for CAS int arrays. | Interface | org.apache.uima.cas | Apache Uima |
| Language | Class | org.apache.uima.cas.text | Apache Uima | |
| LinearTypeOrder | Linear order on types. | Interface | org.apache.uima.cas.admin | Apache Uima |
| LinearTypeOrderBuilder | Defines a pre-order on types. | Interface | org.apache.uima.cas.admin | Apache Uima |
| LongArrayFS | Long array interface. | Interface | org.apache.uima.cas | Apache Uima |
| Marker | An object obtained from the CAS that is used to query when FSs were created or modified with respect to the marker. | Interface | org.apache.uima.cas | Apache Uima |
| ParsingException | An exception that occurs during constraint parsing. | Class | org.apache.uima.cas | Apache Uima |
| PrimitiveArrayFS | Interface | org.apache.uima.cas_data | Apache Uima | |
| PrimitiveValue | Represents a primitive feature value - a string, integer, or float. | Interface | org.apache.uima.cas_data | Apache Uima |
| ReferenceArrayFS | Interface | org.apache.uima.cas_data | Apache Uima | |
| ReferenceValue | A FeatureValue that represents a reference, via ID, to another FeatureStructure. | Interface | org.apache.uima.cas_data | Apache Uima |
| ShortArrayFS | Short array interface. | Interface | org.apache.uima.cas | Apache Uima |
| SofaFS | Interface for Subject of Analysis (Sofa) feature structures. | Interface | org.apache.uima.cas | Apache Uima |
| SofaID | Interface that contains the handle to a Sofa FS in the CAS. | Interface | org.apache.uima.cas | Apache Uima |
| StringArrayFS | String array interface. | Interface | org.apache.uima.cas | Apache Uima |
| Type | The interface describing types in the type system. | Interface | org.apache.uima.cas | Apache Uima |
| TypeClass | enum TypeClassextends Enum | Class | org.apache.uima.cas | Apache Uima |
| TypeNameSpace | An object holding the namespace string for a type. | Interface | org.apache.uima.cas | Apache Uima |
| TypeSystem | The interface to the type system. | Interface | org.apache.uima.cas | Apache Uima |
| TypeSystemMgr | Writable version of type system. | Interface | org.apache.uima.cas.admin | Apache Uima |
| XCASDeserializer | XCAS Deserializer. | Class | org.apache.uima.cas.impl | Apache Uima |
| XCASParsingException | Exception class for package org. | Class | org.apache.uima.cas.impl | Apache Uima |
| XCASSerializer | XCAS serializer. | Class | org.apache.uima.cas.impl | Apache Uima |
| XmiCasDeserializer | XMI CAS deserializer. | Class | org.apache.uima.cas.impl | Apache Uima |
| XmiCasSerializer | XMI CAS serializer. | Class | org.apache.uima.cas.impl | Apache Uima |
| XmiSerializationSharedData | A container for data that is shared between the XmiCasSerializer and the XmiCasDeserializer. | Class | org.apache.uima.cas.impl | Apache Uima |