Uses of Interface
org.apache.uima.cas.IntArrayFS
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 IntArrayFS in org.apache.uima.cas
-
Uses of IntArrayFS in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
Deprecated.use IntegerArray instead -
Uses of IntArrayFS in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic IntArrayFS
FSCollectionFactory.createIntArrayFS
(CAS aCas, int... aArray) static IntArrayFS
FSCollectionFactory.createIntArrayFS
(CAS aCas, Collection<Integer> aCollection) static IntArrayFS
FSCollectionFactory.fillArrayFS
(IntArrayFS aArrayFs, int... aValues) static IntArrayFS
FSCollectionFactory.fillArrayFS
(IntArrayFS aArrayFs, Iterable<Integer> aValues) Modifier and TypeMethodDescriptionstatic IntArrayFS
FSCollectionFactory.fillArrayFS
(IntArrayFS aArrayFs, int... aValues) static IntArrayFS
FSCollectionFactory.fillArrayFS
(IntArrayFS aArrayFs, Iterable<Integer> aValues) -
Uses of IntArrayFS in org.apache.uima.jcas.cas
Modifier and TypeClassDescriptionfinal class
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.