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 LowLevelCASCAS. 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.ObjectFeatureValuePath. evaluate(int currentFS, LowLevelCAS cas)Deprecated.java.lang.FloatFeatureValuePath. evaluateAsFloat(int currentFS, LowLevelCAS cas)Deprecated.java.lang.Float[]FeatureValuePath. evaluateAsFloatArray(int currentFS, LowLevelCAS cas)Deprecated.java.lang.IntegerFeatureValuePath. evaluateAsInt(int currentFS, LowLevelCAS cas)Deprecated.java.lang.Integer[]FeatureValuePath. evaluateAsIntArray(int currentFS, LowLevelCAS cas)Deprecated.java.lang.StringFeatureValuePath. 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.StringFeaturePath. 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 classCASImplImplements the CAS interfaces.Methods in org.apache.uima.cas.impl that return LowLevelCAS Modifier and Type Method Description LowLevelCASFeatureStructureImplC. getLowLevelCas()LowLevelCASCASImpl. getLowLevelCAS()Methods in org.apache.uima.cas.impl with parameters of type LowLevelCAS Modifier and Type Method Description java.lang.ObjectFeatureValuePathImpl. evaluate(int currentFS, LowLevelCAS cas)java.lang.FloatFeatureValuePathImpl. evaluateAsFloat(int currentFS, LowLevelCAS cas)java.lang.Float[]FeatureValuePathImpl. evaluateAsFloatArray(int currentFS, LowLevelCAS cas)java.lang.IntegerFeatureValuePathImpl. evaluateAsInt(int currentFS, LowLevelCAS cas)java.lang.Integer[]FeatureValuePathImpl. evaluateAsIntArray(int currentFS, LowLevelCAS cas)java.lang.StringFeatureValuePathImpl. evaluateAsString(int currentFS, LowLevelCAS cas)Evaluates each snippet of the feature path.java.lang.String[]FeatureValuePathImpl. evaluateAsStringArray(int currentFS, LowLevelCAS cas)private intFeatureValuePathImpl. getFsAtIndex(int currentFS, LowLevelCAS cas, int arraySize)private intFeatureValuePathImpl. getFsAtListIndex(LowLevelCAS cas, int listFS)Assumes thatarrayIndex!=USE_ALL_ENTRIES, and that thelistTypeisTYPE_CLASS_FSLISTprivate java.lang.ObjectFeatureValuePathImpl. getHeadValue(LowLevelCAS cas, int listFS)private java.lang.ObjectFeatureValuePathImpl. getValueAtIndexRec(LowLevelCAS cas, int listFS, java.util.ArrayList list, int count)private java.lang.ObjectFeatureValuePathImpl. getValueAtListIndex(LowLevelCAS cas, int listFS)private booleanFeatureValuePathImpl. isEmptyList(LowLevelCAS cas, int type)java.lang.StringFeaturePathImpl. 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 LowLevelCASJCas. 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 LowLevelCASTOP_Type. ll_casDeprecated. -
Uses of LowLevelCAS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return LowLevelCAS Modifier and Type Method Description LowLevelCASJCasImpl. getLowLevelCas()
-