Uses of Interface
org.apache.uima.cas.DoubleArrayFS
-
Packages that use DoubleArrayFS 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.cas JCAS model for built-in CAS types -
-
Uses of DoubleArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return DoubleArrayFS Modifier and Type Method Description DoubleArrayFS
CAS. createDoubleArrayFS(int length)
Create a new Double array. -
Uses of DoubleArrayFS in org.apache.uima.cas.impl
Subinterfaces of DoubleArrayFS in org.apache.uima.cas.impl Modifier and Type Interface Description interface
DoubleArrayFSImpl
Deprecated.use DoubleArray insteadMethods in org.apache.uima.cas.impl that return DoubleArrayFS Modifier and Type Method Description DoubleArrayFS
CASImpl. createDoubleArrayFS(int length)
-
Uses of DoubleArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement DoubleArrayFS Modifier and Type Class Description class
DoubleArray
JCas class model for DoubleArray
-