Uses of Interface
org.apache.uima.cas.CommonArrayFS
Packages that use CommonArrayFS
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 CommonArrayFS in org.apache.uima.cas
Subinterfaces of CommonArrayFS in org.apache.uima.casModifier and TypeInterfaceDescriptioninterface
Feature structure array interface.interface
Boolean array interface.interface
Byte array interface.interface
Double array interface.interface
Interface for CAS float arrays.interface
Interface for CAS int arrays.interface
Long array interface.interface
Short array interface.interface
String array interface. -
Uses of CommonArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement CommonArrayFSModifier and TypeClassDescriptionclass
Implementation of theArrayFS
interface.class
Implementation of theBooleanArrayFS
interface.class
Implementation of theByteArrayFS
interface.class
Implementation of theDoubleArrayFS
interface.class
Implementation of theIntArrayFS
interface.class
Implementation of theIntArrayFS
interface.class
Implementation of theArrayFS
interface.class
Implementation of theArrayFS
interface.class
Implementation of theArrayFS
interface. -
Uses of CommonArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement CommonArrayFSModifier and TypeClassDescriptionfinal class
JCas class model for BooleanArrayfinal class
JCas class model for ByteArrayfinal class
JCas class model for DoubleArrayfinal class
Java Cas model for Cas FloatArray.final class
Java Class model for Cas FSArray typefinal class
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.final class
JCas class model for LongArrayfinal class
JCas class model for ShortArrayfinal class
JCas class model for StringArray