Package org.apache.uima.jcas.cas
package org.apache.uima.jcas.cas
JCAS model for built-in CAS types
-
ClassDescriptionthe JCas class model for the CAS type uima.cas.AnnotationBase.Deprecated.ArrayFSImpl<E extends FeatureStructure>Deprecated.use FSArray insteadJCas class model for BooleanArrayJCas class model for ByteArrayThis class is the super class of list nodes (both empty and non empty)This interface is implemented by arrays of non-FeatureStructure components boolean, byte, short, int, long, float, double, String, JavaObject Internal Use Only.JCas class model for DoubleArrayEmptyFSList<T extends TOP>a marker interface for empty listsJava Cas model for Cas FloatArray.FSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.FSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIsa hash set of Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contexts Updated by JCasGen Fri Jan 20 11:55:59 EST 2017 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xmlFSLinkedHashSet<T extends TOP>a hash set of Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contexts Updated by JCasGen Fri Jan 20 11:55:59 EST 2017 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xmlT extends TOP, v2 already mandated TOP for set/getA map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contextsThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.JCas class model for LongArrayNonEmptyFSList<T extends TOP>a marker interface for nonempty listsSelectViaCopyToArray<T extends FeatureStructure>Classes which provide a toArrayForSelect() method that returns a FeatureStructure[] can implement this to enable the class to be used as a "select" source T extends FeatureStructure because FSArray with no typing needs to default to FeatureStructure for backwards compatibilityJCas class model for ShortArrayJCas class model for StringArrayThe JCas Class model corresponding to the Cas TOP type.Deprecated.