Uses of Class
org.apache.uima.jcas.cas.FSList
-
Packages that use FSList Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of FSList in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FSList Modifier and Type Field Description private FSList
SelectFSs_impl. sourceFSList
Methods in org.apache.uima.cas.impl with parameters of type FSList Modifier and Type Method Description private void
CasSerializerSupport.CasDocSerializer. enqueueFSListElements(FSList<TOP> node)
Enqueues all Head values of FSList reachable from an FSList.Constructors in org.apache.uima.cas.impl with parameters of type FSList Constructor Description SelectFSs_impl(FSList source)
-
Uses of FSList in org.apache.uima.jcas.cas
Subclasses of FSList in org.apache.uima.jcas.cas Modifier and Type Class Description class
EmptyFSList<T extends TOP>
class
NonEmptyFSList<T extends TOP>
Methods in org.apache.uima.jcas.cas that return FSList Modifier and Type Method Description static <U extends TOP,E extends FeatureStructure>
FSList<U>FSList. create(JCas jcas, E[] a)
Create an FSList from an existing array of Feature StructuresFSList<T>
NonEmptyFSList. getTail()
Methods in org.apache.uima.jcas.cas with parameters of type FSList Modifier and Type Method Description void
NonEmptyFSList. setTail(FSList v)
Constructors in org.apache.uima.jcas.cas with parameters of type FSList Constructor Description NonEmptyFSList(JCas jcas, T head, FSList<?> tail)
Generate a NonEmpty node with the specified head and tail
-