Uses of Interface
org.apache.uima.cas.ArrayFS
-
Packages that use ArrayFS Package Description 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 ArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return ArrayFS Modifier and Type Method Description ArrayFS
CAS. createArrayFS(int length)
Create a new feature structure array. -
Uses of ArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement ArrayFS Modifier and Type Class Description class
ArrayFSImpl
Implementation of theArrayFS
interface.Methods in org.apache.uima.cas.impl that return ArrayFS Modifier and Type Method Description ArrayFS
CASImpl. createArrayFS(int length)
-
Uses of ArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement ArrayFS Modifier and Type Class Description class
FSArray
Java Class model for Cas FSArray type
-