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 StringArray
CAS. 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 StringArray
CASImpl.SharedViewData. emptyStringArray
Methods in org.apache.uima.cas.impl that return StringArray Modifier and Type Method Description StringArray
CASImpl. emptyStringArray()
Methods in org.apache.uima.cas.impl with parameters of type StringArray Modifier and Type Method Description java.lang.String
CASImpl. getStringArrayValue(StringArray array, int i)
java.lang.Runnable
CasCompare. sortStringArray(StringArray stringArray)
This is an optional pre-compare operation.private void
XmiCasSerializer.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 StringArray
JCas. emptyStringArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.default StringArray
JCas. 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 StringArray
StringArray. 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 StringArray
JCasImpl. getStringArray0L()
Deprecated.
-