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.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