Uses of Interface
org.apache.uima.cas.ShortArrayFS
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 ShortArrayFS in org.apache.uima.cas
-
Uses of ShortArrayFS in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
Deprecated.use ShortArray instead -
Uses of ShortArrayFS in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic ShortArrayFS
FSCollectionFactory.createShortArrayFS
(CAS aCas, short... aArray) static ShortArrayFS
FSCollectionFactory.createShortArrayFS
(CAS aCas, Collection<Short> aCollection) static ShortArrayFS
FSCollectionFactory.fillArrayFS
(ShortArrayFS aArrayFs, short... aValues) static ShortArrayFS
FSCollectionFactory.fillArrayFS
(ShortArrayFS aArrayFs, Iterable<Short> aValues) Modifier and TypeMethodDescriptionstatic ShortArrayFS
FSCollectionFactory.fillArrayFS
(ShortArrayFS aArrayFs, short... aValues) static ShortArrayFS
FSCollectionFactory.fillArrayFS
(ShortArrayFS aArrayFs, Iterable<Short> aValues) -
Uses of ShortArrayFS in org.apache.uima.jcas.cas