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

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

Methods in org.apache.uima.cas that return BooleanArrayFS
 BooleanArrayFS CAS.createBooleanArrayFS(int length)
          Create a new Boolean array.
 

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

Classes in org.apache.uima.cas.impl that implement BooleanArrayFS
 class BooleanArrayFSImpl
          Implementation of the BooleanArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return BooleanArrayFS
 BooleanArrayFS CASImpl.createBooleanArrayFS(int length)
           
 

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

Classes in org.apache.uima.jcas.cas that implement BooleanArrayFS
 class BooleanArray
          JCas class model for BooleanArray
 



Copyright © 2011. All Rights Reserved.