Uses of Interface
org.apache.uima.cas.impl.LowLevelCAS

Packages that use LowLevelCAS
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). 
 

Uses of LowLevelCAS in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return LowLevelCAS
 LowLevelCAS CAS.getLowLevelCAS()
          Get an instance of the low-level CAS.
 

Methods in org.apache.uima.cas with parameters of type LowLevelCAS
 java.lang.Object FeatureValuePath.evaluate(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.Float FeatureValuePath.evaluateAsFloat(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.Float[] FeatureValuePath.evaluateAsFloatArray(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.Integer FeatureValuePath.evaluateAsInt(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.Integer[] FeatureValuePath.evaluateAsIntArray(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.String FeatureValuePath.evaluateAsString(int currentFS, LowLevelCAS cas)
          Deprecated. Evaluates each snippet of the feature path.
 java.lang.String[] FeatureValuePath.evaluateAsStringArray(int currentFS, LowLevelCAS cas)
          Deprecated.  
 java.lang.String FeaturePath.ll_getValueAsString(int fsRef, LowLevelCAS llCas)
          Returns the feature path value as string for the given FeatureStructure.
 

Uses of LowLevelCAS in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement LowLevelCAS
 class CASImpl
          Implements the CAS interfaces.
 

Methods in org.apache.uima.cas.impl that return LowLevelCAS
 LowLevelCAS CASImpl.getLowLevelCAS()
           
 

Methods in org.apache.uima.cas.impl with parameters of type LowLevelCAS
 java.lang.Object FeatureValuePathImpl.evaluate(int currentFS, LowLevelCAS cas)
           
 java.lang.Float FeatureValuePathImpl.evaluateAsFloat(int currentFS, LowLevelCAS cas)
           
 java.lang.Float[] FeatureValuePathImpl.evaluateAsFloatArray(int currentFS, LowLevelCAS cas)
           
 java.lang.Integer FeatureValuePathImpl.evaluateAsInt(int currentFS, LowLevelCAS cas)
           
 java.lang.Integer[] FeatureValuePathImpl.evaluateAsIntArray(int currentFS, LowLevelCAS cas)
           
 java.lang.String FeatureValuePathImpl.evaluateAsString(int currentFS, LowLevelCAS cas)
          Evaluates each snippet of the feature path.
 java.lang.String[] FeatureValuePathImpl.evaluateAsStringArray(int currentFS, LowLevelCAS cas)
           
 

Constructors in org.apache.uima.cas.impl with parameters of type LowLevelCAS
LLUnambiguousIteratorImpl(LowLevelIterator it, LowLevelCAS cas)
           
 

Uses of LowLevelCAS in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return LowLevelCAS
 LowLevelCAS JCas.getLowLevelCas()
          internal use
 

Uses of LowLevelCAS in org.apache.uima.jcas.cas
 

Fields in org.apache.uima.jcas.cas declared as LowLevelCAS
 LowLevelCAS TOP_Type.ll_cas
           
 

Methods in org.apache.uima.jcas.cas that return LowLevelCAS
 LowLevelCAS TOP.getLowLevelCas()
           
 

Uses of LowLevelCAS in org.apache.uima.jcas.impl
 

Methods in org.apache.uima.jcas.impl that return LowLevelCAS
 LowLevelCAS JCasImpl.getLowLevelCas()
           
 



Copyright © 2013. All Rights Reserved.