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 IntArrayFSCAS. 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 classIntArrayFSImplImplementation of theIntArrayFSinterface.Methods in org.apache.uima.cas.impl that return IntArrayFS Modifier and Type Method Description IntArrayFSCASImpl. 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 classIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
-