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

Packages that use IntArrayFS
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
 IntArrayFS CAS.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
 class IntArrayFSImpl
          Implementation of the IntArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return IntArrayFS
 IntArrayFS CASImpl.createIntArrayFS(int length)
           
 

Uses of IntArrayFS in org.apache.uima.jcas.cas
 

Classes in org.apache.uima.jcas.cas that implement IntArrayFS
 class IntegerArray
          The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.