Uses of Interface
org.apache.uima.cas.impl.LowLevelCAS
-
Packages that use LowLevelCAS Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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 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 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
FeatureStructureImplC. getLowLevelCas()
LowLevelCAS
CASImpl. getLowLevelCAS()
Methods in org.apache.uima.cas.impl with parameters of type LowLevelCAS Modifier and Type Method Description 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)
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 java.lang.Object
FeatureValuePathImpl. getHeadValue(LowLevelCAS cas, int listFS)
private java.lang.Object
FeatureValuePathImpl. getValueAtIndexRec(LowLevelCAS cas, int listFS, java.util.ArrayList list, int count)
private java.lang.Object
FeatureValuePathImpl. getValueAtListIndex(LowLevelCAS cas, int listFS)
private boolean
FeatureValuePathImpl. isEmptyList(LowLevelCAS cas, int type)
java.lang.String
FeaturePathImpl. ll_getValueAsString(int fsRef, LowLevelCAS llCas)
-
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
Deprecated. -
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()
-