Uses of Interface
org.apache.uima.cas.impl.LowLevelCAS
Packages that use 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
Methods in org.apache.uima.cas that return LowLevelCASMethods in org.apache.uima.cas with parameters of type LowLevelCASModifier 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
Classes in org.apache.uima.cas.impl that implement LowLevelCASMethods in org.apache.uima.cas.impl that return LowLevelCASMethods in org.apache.uima.cas.impl with parameters of type LowLevelCASModifier 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) Constructors in org.apache.uima.cas.impl with parameters of type LowLevelCAS -
Uses of LowLevelCAS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return LowLevelCAS -
Uses of LowLevelCAS in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as LowLevelCASMethods in org.apache.uima.jcas.cas that return LowLevelCAS -
Uses of LowLevelCAS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return LowLevelCAS