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 FSListSelectFSs_impl. sourceFSListMethods in org.apache.uima.cas.impl with parameters of type FSList Modifier and Type Method Description private voidCasSerializerSupport.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 classEmptyFSList<T extends TOP>classNonEmptyFSList<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 voidNonEmptyFSList. 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
-