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

Packages that use ShortArrayFS
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 ShortArrayFS in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return ShortArrayFS
 ShortArrayFS CAS.createShortArrayFS(int length)
          Create a new Short array.
 

Uses of ShortArrayFS in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement ShortArrayFS
 class ShortArrayFSImpl
          Implementation of the ArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return ShortArrayFS
 ShortArrayFS CASImpl.createShortArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement ShortArrayFS
 class ShortArray
          JCas class model for ShortArray
 



Copyright © 2012. All Rights Reserved.