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

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

Methods in org.apache.uima.cas that return StringArrayFS
 StringArrayFS CAS.createStringArrayFS(int length)
          Create a new String array.
 

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

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

Methods in org.apache.uima.cas.impl that return StringArrayFS
 StringArrayFS CASImpl.createStringArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement StringArrayFS
 class StringArray
          JCas class model for StringArray
 



Copyright © 2012. All Rights Reserved.