Uses of Class
org.apache.uima.jcas.cas.FloatArray
-
Packages that use FloatArray 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 FloatArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return FloatArray Modifier and Type Method Description default FloatArray
CAS. emptyFloatArray()
-
Uses of FloatArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FloatArray Modifier and Type Field Description private FloatArray
CASImpl.SharedViewData. emptyFloatArray
Methods in org.apache.uima.cas.impl that return FloatArray Modifier and Type Method Description FloatArray
CASImpl. emptyFloatArray()
Methods in org.apache.uima.cas.impl with parameters of type FloatArray Modifier and Type Method Description float
CASImpl. getFloatArrayValue(FloatArray array, int i)
-
Uses of FloatArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FloatArray Modifier and Type Method Description default FloatArray
JCas. emptyFloatArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.default FloatArray
JCas. getFloatArray0L()
Deprecated.renamed emptyXXXArray -
Uses of FloatArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return FloatArray Modifier and Type Method Description static FloatArray
FloatArray. create(JCas jcas, float[] a)
-
Uses of FloatArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FloatArray Modifier and Type Method Description FloatArray
JCasImpl. getFloatArray0L()
Deprecated.
-