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

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

Methods in org.apache.uima.cas that return FloatArrayFS
 FloatArrayFS CAS.createFloatArrayFS(int length)
          Create a new int array.
 

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

Classes in org.apache.uima.cas.impl that implement FloatArrayFS
 class FloatArrayFSImpl
          Implementation of the IntArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return FloatArrayFS
 FloatArrayFS CASImpl.createFloatArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement FloatArrayFS
 class FloatArray
          Java Cas model for Cas FloatArray.
 



Copyright © 2011. All Rights Reserved.