Uses of Class
org.apache.uima.jcas.cas.NonEmptyFSList
Packages that use NonEmptyFSList
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of NonEmptyFSList in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type NonEmptyFSListModifier and TypeMethodDescriptionprivate void
XmiCasDeserializer.XmiCasDeserializerHandler.finalizeFSListRefValue
(int xmiId, NonEmptyFSList neNode) private void
XmiCasDeserializer.XmiCasDeserializerHandler.maybeSetFsListHead
(String featVal, NonEmptyFSList neNode) -
Uses of NonEmptyFSList in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return NonEmptyFSListModifier and TypeMethodDescriptioninserts the new item as a new NonEmpty FSList node following this itemFSList.createNonEmptyNode()
pushes item onto front of this listFSList.pushNode()