Uses of Interface
org.apache.uima.cas.LongArrayFS
-
Packages that use LongArrayFS Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.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 LongArrayFS in org.apache.uima.cas
Methods in org.apache.uima.cas that return LongArrayFS Modifier and Type Method Description LongArrayFS
CAS. createLongArrayFS(int length)
Create a new Long array. -
Uses of LongArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LongArrayFS Modifier and Type Class Description class
LongArrayFSImpl
Implementation of theArrayFS
interface.Methods in org.apache.uima.cas.impl that return LongArrayFS Modifier and Type Method Description LongArrayFS
CASImpl. createLongArrayFS(int length)
-
Uses of LongArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement LongArrayFS Modifier and Type Class Description class
LongArray
JCas class model for LongArray
-