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.fit.util
Modifier and TypeMethodDescriptionstatic <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.createArrayFS
(CAS aCas, Collection<T> aCollection) static <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.createArrayFS
(CAS aCas, T... aArray) static <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.fillArrayFS
(ArrayFS<T> aArrayFs, Iterable<? extends T> aCollection) static <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.fillArrayFS
(ArrayFS<T> aArrayFs, FeatureStructure... aArray) Modifier and TypeMethodDescriptionstatic <T extends FeatureStructure>
List<T> Convert anArrayFS
to aCollection
.static <T extends FeatureStructure>
List<T> Fetch all annotations of the given type or its sub-types from the given FS array.Fetch all annotations of the given type or its sub-types from the given FS array.static <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.fillArrayFS
(ArrayFS<T> aArrayFs, Iterable<? extends T> aCollection) static <T extends FeatureStructure>
ArrayFS<T> FSCollectionFactory.fillArrayFS
(ArrayFS<T> aArrayFs, FeatureStructure... aArray) static List
<AnnotationFS> Convenience method to iterator over all annotations of a given type.static List
<FeatureStructure> Convenience method to iterator over all feature structures of a given type. -
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.