| Package | Description | 
|---|---|
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| 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 | 
|---|---|
| TOP_Type | JCas. getType(int i)Backwards Compatibility only - throws unsupported operation exception
 
 In UIMA V2, this previously got the JCas _Type instance for a particular CAS type constant In
 UIMA V3, there is no _Type instance, so this throws an exception | 
| TOP_Type | JCas. getType(TOP instance)Deprecated. 
 use instance.jcasType instead - faster | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationBase_TypeDeprecated.   | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TOP_Type | TOP_Type. instanceOf_TypeDeprecated.  This generator can be set up to either get the identical Java object (if it exists) or just
 make a new one. | 
| Modifier and Type | Method and Description | 
|---|---|
| TOP_Type | JCasImpl. getType(int i) | 
| TOP_Type | JCasImpl. getType(TOP instance) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Annotation_TypeDeprecated.   | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.