Uses of Class
org.apache.uima.cas.impl.TypeImpl_list
-
Packages that use TypeImpl_list 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 TypeImpl_list in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as TypeImpl_list Modifier and Type Field Description TypeImpl_list
TypeSystemImpl. floatEListType
TypeImpl_list
TypeSystemImpl. floatListType
TypeImpl_list
TypeSystemImpl. floatNeListType
TypeImpl_list
TypeSystemImpl. fsEListType
TypeImpl_list
TypeSystemImpl. fsListType
TypeImpl_list
TypeSystemImpl. fsNeListType
TypeImpl_list
TypeSystemImpl. intEListType
TypeImpl_list
TypeSystemImpl. intListType
TypeImpl_list
TypeSystemImpl. intNeListType
TypeImpl_list
TypeSystemImpl. stringEListType
TypeImpl_list
TypeSystemImpl. stringListType
TypeImpl_list
TypeSystemImpl. stringNeListType
-
Uses of TypeImpl_list in org.apache.uima.jcas.cas
Constructors in org.apache.uima.jcas.cas with parameters of type TypeImpl_list Constructor Description EmptyFloatList(TypeImpl_list ti)
EmptyFSList(TypeImpl_list ti)
EmptyIntegerList(TypeImpl_list ti)
EmptyStringList(TypeImpl_list ti)
-