| 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 | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValuePath | CAS. createFeatureValuePath(String featureValuePath)Create a feature-value path from a string. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FeatureValuePathImplContains CAS Type and Feature objects to represent a feature path of the form
 feature1/.../featureN. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValuePath | CASImpl. createFeatureValuePath(String featureValuePath) | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValuePath | JCas. createFeatureValuePath(String featureValuePath)Create a feature-value path from a string. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValuePath | JCasImpl. createFeatureValuePath(String featureValuePath) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.