Uses of Class
org.apache.uima.jcas.cas.DoubleArray
-
Packages that use DoubleArray 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 types -
-
Uses of DoubleArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return DoubleArray Modifier and Type Method Description default DoubleArray
CAS. emptyDoubleArray()
-
Uses of DoubleArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as DoubleArray Modifier and Type Field Description private DoubleArray
CASImpl.SharedViewData. emptyDoubleArray
Methods in org.apache.uima.cas.impl that return DoubleArray Modifier and Type Method Description DoubleArray
CASImpl. emptyDoubleArray()
-
Uses of DoubleArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return DoubleArray Modifier and Type Method Description default DoubleArray
JCas. emptyDoubleArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance. -
Uses of DoubleArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return DoubleArray Modifier and Type Method Description static DoubleArray
DoubleArray. create(JCas jcas, double[] a)
-