Uses of Interface
org.apache.uima.cas.CommonArrayFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
-
Uses of CommonArrayFS in org.apache.uima.cas
Modifier and TypeInterfaceDescriptioninterface
ArrayFS<E extends FeatureStructure>
Feature structure array interface.interface
Boolean array interface.interface
Byte array interface.interface
Double array interface.interface
Interface for CAS float arrays.interface
Interface for CAS int arrays.interface
Long array interface.interface
Short array interface.interface
String array interface.Modifier and TypeMethodDescriptiondefault <T extends TOP>
CommonArrayFS<T>CAS.emptyArray
(Class<T> clazz) Modifier and TypeMethodDescriptionvoid
CommonArrayFS.copyValuesFrom
(CommonArrayFS<E> v) Copy values from another array of the same kind -
Uses of CommonArrayFS in org.apache.uima.cas.impl
Modifier and TypeInterfaceDescriptioninterface
Deprecated.use BooleanArray insteadinterface
Deprecated.use ByteArray insteadinterface
Deprecated.interface
Deprecated.use DoubleArray insteadinterface
Deprecated.use FloatArray insteadinterface
Deprecated.use IntegerArray insteadinterface
Deprecated.use LongArray insteadinterface
Deprecated.use ShortArray insteadinterface
Deprecated.use StringArray instead -
Uses of CommonArrayFS in org.apache.uima.jcas
Modifier and TypeMethodDescriptiondefault <T extends TOP>
CommonArrayFSJCas.emptyArray
(Class<T> clazz) -
Uses of CommonArrayFS in org.apache.uima.jcas.cas
Modifier and TypeInterfaceDescriptioninterface
ArrayFSImpl<E extends FeatureStructure>
Deprecated.use FSArray insteadinterface
This interface is implemented by arrays of non-FeatureStructure components boolean, byte, short, int, long, float, double, String, JavaObject Internal Use Only.Modifier and TypeClassDescriptionfinal class
JCas class model for BooleanArrayfinal class
JCas class model for ByteArrayfinal class
JCas class model for DoubleArrayfinal class
Java Cas model for Cas FloatArray.final class
FSArray<T extends FeatureStructure>
Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.class
FSArrayList<T extends TOP>
An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIsfinal class
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.class
An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.final class
JCas class model for LongArrayfinal class
JCas class model for ShortArrayfinal class
JCas class model for StringArrayModifier and TypeMethodDescriptionvoid
BooleanArray.copyValuesFrom
(CommonArrayFS<Boolean> v) void
ByteArray.copyValuesFrom
(CommonArrayFS<Byte> v) void
DoubleArray.copyValuesFrom
(CommonArrayFS v) void
FloatArray.copyValuesFrom
(CommonArrayFS v) void
FSArray.copyValuesFrom
(CommonArrayFS<T> v) void
FSArrayList.copyValuesFrom
(CommonArrayFS v) void
IntegerArray.copyValuesFrom
(CommonArrayFS v) void
IntegerArrayList.copyValuesFrom
(CommonArrayFS<Integer> v) void
LongArray.copyValuesFrom
(CommonArrayFS v) void
ShortArray.copyValuesFrom
(CommonArrayFS v) void
StringArray.copyValuesFrom
(CommonArrayFS v)