| 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.cas | JCAS model for built-in CAS types | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| LowLevelCAS | CAS. getLowLevelCAS()Get an instance of the low-level CAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | FeatureValuePath. evaluate(int currentFS,
        LowLevelCAS cas)Deprecated.  | 
| Float | FeatureValuePath. evaluateAsFloat(int currentFS,
               LowLevelCAS cas)Deprecated.  | 
| Float[] | FeatureValuePath. evaluateAsFloatArray(int currentFS,
                    LowLevelCAS cas)Deprecated.  | 
| Integer | FeatureValuePath. evaluateAsInt(int currentFS,
             LowLevelCAS cas)Deprecated.  | 
| Integer[] | FeatureValuePath. evaluateAsIntArray(int currentFS,
                  LowLevelCAS cas)Deprecated.  | 
| String | FeatureValuePath. evaluateAsString(int currentFS,
                LowLevelCAS cas)Deprecated.  Evaluates each snippet of the feature path. | 
| String[] | FeatureValuePath. evaluateAsStringArray(int currentFS,
                     LowLevelCAS cas)Deprecated.  | 
| String | FeaturePath. ll_getValueAsString(int fsRef,
                   LowLevelCAS llCas)Returns the feature path value as string for the given FeatureStructure. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CASImplImplements the CAS interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| LowLevelCAS | FeatureStructureImplC. getLowLevelCas() | 
| LowLevelCAS | CASImpl. getLowLevelCAS() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | FeatureValuePathImpl. evaluate(int currentFS,
        LowLevelCAS cas) | 
| Float | FeatureValuePathImpl. evaluateAsFloat(int currentFS,
               LowLevelCAS cas) | 
| Float[] | FeatureValuePathImpl. evaluateAsFloatArray(int currentFS,
                    LowLevelCAS cas) | 
| Integer | FeatureValuePathImpl. evaluateAsInt(int currentFS,
             LowLevelCAS cas) | 
| Integer[] | FeatureValuePathImpl. evaluateAsIntArray(int currentFS,
                  LowLevelCAS cas) | 
| String | FeatureValuePathImpl. evaluateAsString(int currentFS,
                LowLevelCAS cas)Evaluates each snippet of the feature path. | 
| String[] | FeatureValuePathImpl. evaluateAsStringArray(int currentFS,
                     LowLevelCAS cas) | 
| Modifier and Type | Method and Description | 
|---|---|
| LowLevelCAS | JCas. getLowLevelCas() | 
| Modifier and Type | Field and Description | 
|---|---|
| LowLevelCAS | TOP_Type. ll_casDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| LowLevelCAS | JCasImpl. getLowLevelCas() | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.