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 LowLevelCASFields in org.apache.uima.cas.impl declared as LowLevelCASModifier and TypeFieldDescriptionprivate LowLevelCAS
FeaturePathValue.llCas
private final LowLevelCAS
LLUnambiguousIteratorImpl.theCas
Methods 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) private int
FeatureValuePathImpl.getFsAtIndex
(int currentFS, LowLevelCAS cas, int arraySize) private int
FeatureValuePathImpl.getFsAtListIndex
(LowLevelCAS cas, int listFS) Assumes thatarrayIndex
!=USE_ALL_ENTRIES
, and that thelistType
isTYPE_CLASS_FSLIST
private Object
FeatureValuePathImpl.getHeadValue
(LowLevelCAS cas, int listFS) private FeaturePathValue
FeaturePathImpl.getValue
(int fsRef, LowLevelCAS llCas) evaluates the internal feature path for the given FeatureStructure data.private Object
FeatureValuePathImpl.getValueAtIndexRec
(LowLevelCAS cas, int listFS, ArrayList list, int count) private Object
FeatureValuePathImpl.getValueAtListIndex
(LowLevelCAS cas, int listFS) private boolean
FeatureValuePathImpl.isEmptyList
(LowLevelCAS cas, int type) FeaturePathImpl.ll_getValueAsString
(int fsRef, LowLevelCAS llCas) void
FeaturePathValue.setFs
(int fsRef, LowLevelCAS llCas) 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