|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonArrayFS | |
---|---|
org.apache.uima.cas | Common Analysis System (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 | |
---|---|
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.jcas.cas |
---|
Classes in org.apache.uima.jcas.cas that implement CommonArrayFS | |
---|---|
class |
BooleanArray
JCas class model for BooleanArray |
class |
ByteArray
JCas class model for ByteArray |
class |
DoubleArray
JCas class model for DoubleArray |
class |
FloatArray
Java Cas model for Cas FloatArray. |
class |
FSArray
Java Class model for Cas FSArray type |
class |
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type. |
class |
LongArray
JCas class model for LongArray |
class |
ShortArray
JCas class model for ShortArray |
class |
StringArray
JCas class model for StringArray |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |