| 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.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| default JCasImpl | CAS. getJCasImpl()Get the JCasImpl view for this CAS view | 
| Modifier and Type | Method and Description | 
|---|---|
| JCasImpl | CASImpl. getJCasImpl() | 
| Constructor and Description | 
|---|
| FeatureStructureImplC(JCasImpl jcasImpl)For JCas use (done this way to allow "final") The TypeImpl is derived from the JCas cover class
 name | 
| Modifier and Type | Method and Description | 
|---|---|
| static JCasImpl | JCasImpl. getJCas(CASImpl cas)creates a new JCas instance that corresponds to a CAS instance. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.