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

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

Methods in org.apache.uima.cas that return LongArrayFS
 LongArrayFS CAS.createLongArrayFS(int length)
          Create a new Long array.
 

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

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

Methods in org.apache.uima.cas.impl that return LongArrayFS
 LongArrayFS CASImpl.createLongArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement LongArrayFS
 class LongArray
          JCas class model for LongArray
 



Copyright © 2013. All Rights Reserved.