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

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

Methods in org.apache.uima.cas that return DoubleArrayFS
 DoubleArrayFS CAS.createDoubleArrayFS(int length)
          Create a new Double array.
 

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

Classes in org.apache.uima.cas.impl that implement DoubleArrayFS
 class DoubleArrayFSImpl
          Implementation of the DoubleArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return DoubleArrayFS
 DoubleArrayFS CASImpl.createDoubleArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement DoubleArrayFS
 class DoubleArray
          JCas class model for DoubleArray
 



Copyright © 2011. All Rights Reserved.