Uses of Interface
org.apache.uima.cas.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
Modifier and TypeMethodDescriptionCAS.createArrayFS
(int length) Create a new feature structure array. -
Uses of ArrayFS in org.apache.uima.cas.impl
-
Uses of ArrayFS in org.apache.uima.jcas.cas
Modifier and TypeInterfaceDescriptioninterface
ArrayFSImpl<E extends FeatureStructure>
Deprecated.use FSArray insteadModifier 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.