Uses of Interface
org.apache.uima.cas.IntArrayFS
-
Packages that use IntArrayFS Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.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 IntArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return IntArrayFS Modifier and Type Method Description IntArrayFS
CAS. createIntArrayFS(int length)
Create a new int array. -
Uses of IntArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement IntArrayFS Modifier and Type Class Description class
IntArrayFSImpl
Implementation of theIntArrayFS
interface.Methods in org.apache.uima.cas.impl that return IntArrayFS Modifier and Type Method Description IntArrayFS
CASImpl. createIntArrayFS(int length)
-
Uses of IntArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement IntArrayFS Modifier and Type Class Description class
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
-