Uses of Interface
org.apache.uima.cas.BooleanArrayFS
-
Packages that use BooleanArrayFS Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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 Modifier and Type Method Description BooleanArrayFSCAS. createBooleanArrayFS(int length)Create a new Boolean array. -
Uses of BooleanArrayFS in org.apache.uima.cas.impl
Subinterfaces of BooleanArrayFS in org.apache.uima.cas.impl Modifier and Type Interface Description interfaceBooleanArrayFSImplDeprecated.use BooleanArray insteadMethods in org.apache.uima.cas.impl that return BooleanArrayFS Modifier and Type Method Description BooleanArrayFSCASImpl. createBooleanArrayFS(int length) -
Uses of BooleanArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement BooleanArrayFS Modifier and Type Class Description classBooleanArrayJCas class model for BooleanArray
-