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 ArrayFSCAS. 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 classArrayFSImplImplementation of theArrayFSinterface.Methods in org.apache.uima.cas.impl that return ArrayFS Modifier and Type Method Description ArrayFSCASImpl. 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 classFSArrayJava Class model for Cas FSArray type
-