Uses of Class
org.apache.uima.jcas.cas.FSList
-
Packages that use FSList Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of FSList in org.apache.uima.jcas.cas
Subclasses of FSList in org.apache.uima.jcas.cas Modifier and Type Class Description classEmptyFSListclassNonEmptyFSListMethods in org.apache.uima.jcas.cas that return FSList Modifier and Type Method Description FSListNonEmptyFSList. 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, TOP item, FSList tail)
-