Uses of Class
org.apache.uima.jcas.cas.StringArray
-
Packages that use StringArray 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 StringArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return StringArray Modifier and Type Method Description default StringArrayCAS. emptyStringArray() -
Uses of StringArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as StringArray Modifier and Type Field Description private StringArrayCASImpl.SharedViewData. emptyStringArrayMethods in org.apache.uima.cas.impl that return StringArray Modifier and Type Method Description StringArrayCASImpl. emptyStringArray()Methods in org.apache.uima.cas.impl with parameters of type StringArray Modifier and Type Method Description java.lang.StringCASImpl. getStringArrayValue(StringArray array, int i)java.lang.RunnableCasCompare. sortStringArray(StringArray stringArray)This is an optional pre-compare operation.private voidXmiCasSerializer.XmiDocSerializer. stringArrayToElementList(java.lang.String featName, StringArray stringArray, java.util.List<? super XmlElementNameAndContents> resultList) -
Uses of StringArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return StringArray Modifier and Type Method Description default StringArrayJCas. emptyStringArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance.default StringArrayJCas. getStringArray0L()Deprecated.renamed emptyXXXArray -
Uses of StringArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return StringArray Modifier and Type Method Description static StringArrayStringArray. create(JCas jcas, java.lang.String[] a) -
Uses of StringArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return StringArray Modifier and Type Method Description StringArrayJCasImpl. getStringArray0L()Deprecated.
-