Uses of Interface
org.apache.uima.cas.ArrayFS
Packages that use ArrayFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of ArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return ArrayFSModifier and TypeMethodDescriptionCAS.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 ArrayFSModifier and TypeMethodDescriptionCASImpl.createArrayFS
(int length) private ArrayFS
CASImpl.createArrayFS
(TypeImpl type, int length) -
Uses of ArrayFS in org.apache.uima.jcas.cas
Subinterfaces of ArrayFS in org.apache.uima.jcas.casModifier and TypeInterfaceDescriptioninterface
ArrayFSImpl<E extends FeatureStructure>
Deprecated.use FSArray insteadClasses in org.apache.uima.jcas.cas that implement ArrayFSModifier and TypeClassDescriptionfinal class
FSArray<T extends FeatureStructure>
Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.