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 FloatArrayCAS. 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 FloatArrayCASImpl.SharedViewData. emptyFloatArrayMethods in org.apache.uima.cas.impl that return FloatArray Modifier and Type Method Description FloatArrayCASImpl. emptyFloatArray()Methods in org.apache.uima.cas.impl with parameters of type FloatArray Modifier and Type Method Description floatCASImpl. 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 FloatArrayJCas. emptyFloatArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance.default FloatArrayJCas. 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 FloatArrayFloatArray. 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 FloatArrayJCasImpl. getFloatArray0L()Deprecated.
-