Uses of Interface
org.apache.uima.cas.CommonArrayFS
-
Packages that use CommonArrayFS 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 CommonArrayFS in org.apache.uima.cas
Subinterfaces of CommonArrayFS in org.apache.uima.cas Modifier and Type Interface Description interface
ArrayFS
Feature structure array interface.interface
BooleanArrayFS
Boolean array interface.interface
ByteArrayFS
Byte array interface.interface
DoubleArrayFS
Double array interface.interface
FloatArrayFS
Interface for CAS float arrays.interface
IntArrayFS
Interface for CAS int arrays.interface
LongArrayFS
Long array interface.interface
ShortArrayFS
Short array interface.interface
StringArrayFS
String array interface. -
Uses of CommonArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement CommonArrayFS Modifier and Type Class Description class
ArrayFSImpl
Implementation of theArrayFS
interface.class
BooleanArrayFSImpl
Implementation of theBooleanArrayFS
interface.class
ByteArrayFSImpl
Implementation of theByteArrayFS
interface.class
DoubleArrayFSImpl
Implementation of theDoubleArrayFS
interface.class
FloatArrayFSImpl
Implementation of theIntArrayFS
interface.class
IntArrayFSImpl
Implementation of theIntArrayFS
interface.class
LongArrayFSImpl
Implementation of theArrayFS
interface.class
ShortArrayFSImpl
Implementation of theArrayFS
interface.class
StringArrayFSImpl
Implementation of theArrayFS
interface. -
Uses of CommonArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement CommonArrayFS Modifier and Type Class Description class
BooleanArray
JCas class model for BooleanArrayclass
ByteArray
JCas class model for ByteArrayclass
DoubleArray
JCas class model for DoubleArrayclass
FloatArray
Java Cas model for Cas FloatArray.class
FSArray
Java Class model for Cas FSArray typeclass
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.class
LongArray
JCas class model for LongArrayclass
ShortArray
JCas class model for ShortArrayclass
StringArray
JCas class model for StringArray
-