Uses of Interface
org.apache.uima.cas.impl.LowLevelCAS
-
Packages that use LowLevelCAS 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 typesorg.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 Modifier and Type Method Description LowLevelCAS
CAS. getLowLevelCAS()
Get an instance of the low-level CAS.Methods in org.apache.uima.cas with parameters of type LowLevelCAS Modifier and Type Method 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. -
Uses of LowLevelCAS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LowLevelCAS Modifier and Type Class Description class
CASImpl
Implements the CAS interfaces.Methods in org.apache.uima.cas.impl that return LowLevelCAS Modifier and Type Method Description LowLevelCAS
CASImpl. getLowLevelCAS()
Methods in org.apache.uima.cas.impl with parameters of type LowLevelCAS Modifier and Type Method 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)
Constructors in org.apache.uima.cas.impl with parameters of type LowLevelCAS Constructor Description LLUnambiguousIteratorImpl(LowLevelIterator it, LowLevelCAS cas)
-
Uses of LowLevelCAS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return LowLevelCAS Modifier and Type Method Description LowLevelCAS
JCas. getLowLevelCas()
-
Uses of LowLevelCAS in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as LowLevelCAS Modifier and Type Field Description LowLevelCAS
TOP_Type. ll_cas
Methods in org.apache.uima.jcas.cas that return LowLevelCAS Modifier and Type Method Description LowLevelCAS
TOP. getLowLevelCas()
-
Uses of LowLevelCAS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return LowLevelCAS Modifier and Type Method Description LowLevelCAS
JCasImpl. getLowLevelCas()
-