Uses of Interface
org.apache.uima.cas.DoubleArrayFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of DoubleArrayFS in org.apache.uima.cas
-
Uses of DoubleArrayFS in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
Deprecated.use DoubleArray instead -
Uses of DoubleArrayFS in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic DoubleArrayFS
FSCollectionFactory.createDoubleArrayFS
(CAS aCas, double... aArray) static DoubleArrayFS
FSCollectionFactory.createDoubleArrayFS
(CAS aCas, Collection<Double> aCollection) static DoubleArrayFS
FSCollectionFactory.fillArrayFS
(DoubleArrayFS aArrayFs, double... aValues) static DoubleArrayFS
FSCollectionFactory.fillArrayFS
(DoubleArrayFS aArrayFs, Iterable<Double> aValues) Modifier and TypeMethodDescriptionstatic DoubleArrayFS
FSCollectionFactory.fillArrayFS
(DoubleArrayFS aArrayFs, double... aValues) static DoubleArrayFS
FSCollectionFactory.fillArrayFS
(DoubleArrayFS aArrayFs, Iterable<Double> aValues) -
Uses of DoubleArrayFS in org.apache.uima.jcas.cas