Uses of Interface
org.apache.uima.cas.ArrayFS
-
Packages that use ArrayFS 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 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
Methods in org.apache.uima.cas.impl that return ArrayFS Modifier and Type Method Description ArrayFSCASImpl. createArrayFS(int length)private ArrayFSCASImpl. createArrayFS(TypeImpl type, int length) -
Uses of ArrayFS in org.apache.uima.jcas.cas
Subinterfaces of ArrayFS in org.apache.uima.jcas.cas Modifier and Type Interface Description interfaceArrayFSImpl<E extends FeatureStructure>Deprecated.use FSArray insteadClasses in org.apache.uima.jcas.cas that implement ArrayFS Modifier and Type Class Description classFSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.
-