Uses of Class
org.apache.uima.jcas.cas.FSList
Packages that use FSList
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of FSList in org.apache.uima.cas.impl
Constructors in org.apache.uima.cas.impl with parameters of type FSList -
Uses of FSList in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return FSListModifier and TypeMethodDescriptionFSCollectionFactory.createFSList
(CAS aCas, Collection<T> aValues) FSCollectionFactory.createFSList
(CAS aCas, T... aValues) FSCollectionFactory.createFSList
(JCas aJCas, Collection<T> aCollection) Methods in org.apache.uima.fit.util with parameters of type FSListModifier and TypeMethodDescriptionstatic <T extends TOP>
Collection<T> static <T extends TOP>
Collection<T> Fetch all annotations of the given type or its sub-types from the given FS list.Convenience method select all feature structure from the given type from a list. -
Uses of FSList in org.apache.uima.jcas.cas
Subclasses of FSList in org.apache.uima.jcas.casModifier and TypeClassDescriptionclass
EmptyFSList<T extends TOP>
class
NonEmptyFSList<T extends TOP>
Methods in org.apache.uima.jcas.cas that return FSListModifier and TypeMethodDescriptionstatic <U extends TOP,
E extends FeatureStructure>
FSList<U> Create an FSList from an existing array of Feature StructuresNonEmptyFSList.getTail()
Methods in org.apache.uima.jcas.cas with parameters of type FSListConstructors in org.apache.uima.jcas.cas with parameters of type FSListModifierConstructorDescriptionNonEmptyFSList
(JCas jcas, T head, FSList<?> tail) Generate a NonEmpty node with the specified head and tail