Uses of Interface
org.apache.uima.cas.CommonArrayFS

Packages that use CommonArrayFS
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
 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
 class ArrayFSImpl
          Implementation of the ArrayFS interface.
 class BooleanArrayFSImpl
          Implementation of the BooleanArrayFS interface.
 class ByteArrayFSImpl
          Implementation of the ByteArrayFS interface.
 class DoubleArrayFSImpl
          Implementation of the DoubleArrayFS interface.
 class FloatArrayFSImpl
          Implementation of the IntArrayFS interface.
 class IntArrayFSImpl
          Implementation of the IntArrayFS interface.
 class LongArrayFSImpl
          Implementation of the ArrayFS interface.
 class ShortArrayFSImpl
          Implementation of the ArrayFS interface.
 class StringArrayFSImpl
          Implementation of the ArrayFS 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
 



Copyright © 2011. All Rights Reserved.