Uses of Interface
org.apache.uima.cas.CommonArrayFS
Packages that use 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
Subinterfaces of CommonArrayFS in org.apache.uima.casModifier and TypeInterfaceDescriptioninterfaceArrayFS<E extends FeatureStructure>Feature structure array interface.interfaceBoolean array interface.interfaceByte array interface.interfaceDouble array interface.interfaceInterface for CAS float arrays.interfaceInterface for CAS int arrays.interfaceLong array interface.interfaceShort array interface.interfaceString array interface.Methods in org.apache.uima.cas that return CommonArrayFSModifier and TypeMethodDescriptiondefault <T extends TOP>
CommonArrayFS<T> CAS.emptyArray(Class<T> clazz) Methods in org.apache.uima.cas with parameters of type CommonArrayFSModifier and TypeMethodDescriptionvoidCommonArrayFS.copyValuesFrom(CommonArrayFS<E> v) Copy values from another array of the same kind -
Uses of CommonArrayFS in org.apache.uima.cas.impl
Subinterfaces of CommonArrayFS in org.apache.uima.cas.implModifier and TypeInterfaceDescriptioninterfaceDeprecated.use BooleanArray insteadinterfaceDeprecated.use ByteArray insteadinterfaceDeprecated.interfaceDeprecated.use DoubleArray insteadinterfaceDeprecated.use FloatArray insteadinterfaceDeprecated.use IntegerArray insteadinterfaceDeprecated.use LongArray insteadinterfaceDeprecated.use ShortArray insteadinterfaceDeprecated.use StringArray insteadMethods in org.apache.uima.cas.impl that return CommonArrayFSModifier and TypeMethodDescriptionstatic CommonArrayFSprivate CommonArrayFSXmiCasDeserializer.XmiCasDeserializerHandler.createNewArray(TypeImpl type, List<String> values) Create an array in the CAS.private CommonArrayFSXmiCasDeserializer.XmiCasDeserializerHandler.createOrUpdateArray(TypeImpl arrayType, List<String> values, int xmiId, CommonArrayFS existingArray) Create or update an array in the CAS If the array is an FSArray, and the elements are not yet deserialized, a lambda expression is put on a "todo" list to be executed after all the FSs are deserialized, to set the value later.CASImpl.emptyArray(Type type) Methods in org.apache.uima.cas.impl with parameters of type CommonArrayFSModifier and TypeMethodDescriptionprivate CommonArrayFSXmiCasDeserializer.XmiCasDeserializerHandler.createOrUpdateArray(TypeImpl arrayType, List<String> values, int xmiId, CommonArrayFS existingArray) Create or update an array in the CAS If the array is an FSArray, and the elements are not yet deserialized, a lambda expression is put on a "todo" list to be executed after all the FSs are deserialized, to set the value later.intCASImpl.getArraySize(CommonArrayFS fs) private booleanBinaryCasSerDes4.Serializer.isNoPrevArrayValue(CommonArrayFS prevCommonArray) private intBinaryCasSerDes6.serializeArrayLength(CommonArrayFS array) private voidXmiCasDeserializer.XmiCasDeserializerHandler.updateExistingArray(List<String> values, CommonArrayFS existingArray) Update existing array. -
Uses of CommonArrayFS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return CommonArrayFSModifier and TypeMethodDescriptiondefault <T extends TOP>
CommonArrayFSJCas.emptyArray(Class<T> clazz) -
Uses of CommonArrayFS in org.apache.uima.jcas.cas
Subinterfaces of CommonArrayFS in org.apache.uima.jcas.casModifier and TypeInterfaceDescriptioninterfaceArrayFSImpl<E extends FeatureStructure>Deprecated.use FSArray insteadinterfaceThis interface is implemented by arrays of non-FeatureStructure components boolean, byte, short, int, long, float, double, String, JavaObject Internal Use Only.Classes in org.apache.uima.jcas.cas that implement CommonArrayFSModifier and TypeClassDescriptionfinal classJCas class model for BooleanArrayfinal classJCas class model for ByteArrayfinal classJCas class model for DoubleArrayfinal classJava Cas model for Cas FloatArray.final classFSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.classFSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIsfinal classThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classAn ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.final classJCas class model for LongArrayfinal classJCas class model for ShortArrayfinal classJCas class model for StringArrayMethods in org.apache.uima.jcas.cas with parameters of type CommonArrayFSModifier and TypeMethodDescriptionvoidBooleanArray.copyValuesFrom(CommonArrayFS<Boolean> v) voidByteArray.copyValuesFrom(CommonArrayFS<Byte> v) voidDoubleArray.copyValuesFrom(CommonArrayFS v) voidFloatArray.copyValuesFrom(CommonArrayFS v) voidFSArray.copyValuesFrom(CommonArrayFS<T> v) voidFSArrayList.copyValuesFrom(CommonArrayFS v) voidIntegerArray.copyValuesFrom(CommonArrayFS v) voidIntegerArrayList.copyValuesFrom(CommonArrayFS<Integer> v) voidLongArray.copyValuesFrom(CommonArrayFS v) voidShortArray.copyValuesFrom(CommonArrayFS v) voidStringArray.copyValuesFrom(CommonArrayFS v)