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 ArrayFS -
Uses of ArrayFS in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return ArrayFSModifier 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) Methods in org.apache.uima.fit.util with parameters of type ArrayFSModifier 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
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.