Uses of Class
org.apache.uima.jcas.cas.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
-
Uses of FSList in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionFSCollectionFactory.createFSList
(CAS aCas, Collection<T> aValues) FSCollectionFactory.createFSList
(CAS aCas, T... aValues) FSCollectionFactory.createFSList
(JCas aJCas, Collection<T> aCollection) Modifier 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
Modifier and TypeClassDescriptionclass
EmptyFSList<T extends TOP>
class
NonEmptyFSList<T extends TOP>
Modifier and TypeMethodDescriptionstatic <U extends TOP,
E extends FeatureStructure>
FSList<U> Create an FSList from an existing array of Feature StructuresNonEmptyFSList.getTail()
ModifierConstructorDescriptionNonEmptyFSList
(JCas jcas, T head, FSList<?> tail) Generate a NonEmpty node with the specified head and tail