Uses of Interface
org.apache.uima.cas.impl.LowLevelCAS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
-
Uses of LowLevelCAS in org.apache.uima.cas
Modifier and TypeMethodDescriptionFeatureValuePath.evaluate
(int currentFS, LowLevelCAS cas) Deprecated.FeatureValuePath.evaluateAsFloat
(int currentFS, LowLevelCAS cas) Deprecated.Float[]
FeatureValuePath.evaluateAsFloatArray
(int currentFS, LowLevelCAS cas) Deprecated.FeatureValuePath.evaluateAsInt
(int currentFS, LowLevelCAS cas) Deprecated.Integer[]
FeatureValuePath.evaluateAsIntArray
(int currentFS, LowLevelCAS cas) Deprecated.FeatureValuePath.evaluateAsString
(int currentFS, LowLevelCAS cas) Deprecated.Evaluates each snippet of the feature path.String[]
FeatureValuePath.evaluateAsStringArray
(int currentFS, LowLevelCAS cas) Deprecated.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
Modifier and TypeMethodDescriptionFeatureStructureImplC.getLowLevelCas()
CASImpl.getLowLevelCAS()
Modifier and TypeMethodDescriptionFeatureValuePathImpl.evaluate
(int currentFS, LowLevelCAS cas) FeatureValuePathImpl.evaluateAsFloat
(int currentFS, LowLevelCAS cas) Float[]
FeatureValuePathImpl.evaluateAsFloatArray
(int currentFS, LowLevelCAS cas) FeatureValuePathImpl.evaluateAsInt
(int currentFS, LowLevelCAS cas) Integer[]
FeatureValuePathImpl.evaluateAsIntArray
(int currentFS, LowLevelCAS cas) FeatureValuePathImpl.evaluateAsString
(int currentFS, LowLevelCAS cas) Evaluates each snippet of the feature path.String[]
FeatureValuePathImpl.evaluateAsStringArray
(int currentFS, LowLevelCAS cas) -
Uses of LowLevelCAS in org.apache.uima.jcas
-
Uses of LowLevelCAS in org.apache.uima.jcas.cas
-
Uses of LowLevelCAS in org.apache.uima.jcas.impl