Package org.apache.uima.jcas.cas
JCAS model for built-in CAS types
-
Interface Summary Interface Description ArrayFSImpl<E extends FeatureStructure> Deprecated. use FSArray insteadCommonList This class is the super class of list nodes (both empty and non empty)CommonPrimitiveArray<T> This interface is implemented by arrays of non-FeatureStructure components boolean, byte, short, int, long, float, double, String, JavaObject Internal Use Only.EmptyList a marker interface for empty listsNonEmptyList 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 compatibility -
Class Summary Class Description AnnotationBase the JCas class model for the CAS type uima.cas.AnnotationBase.AnnotationBase_Type Deprecated. BooleanArray JCas class model for BooleanArrayByteArray JCas class model for ByteArrayDoubleArray JCas class model for DoubleArrayEmptyFloatList EmptyFSList<T extends TOP> EmptyIntegerList EmptyStringList FloatArray Java Cas model for Cas FloatArray.FloatList 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(...) APIsFSHashSet<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.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.xmlFSList<T extends TOP> T extends TOP, v2 already mandated TOP for set/getInt2FS<T extends TOP> A map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contextsIntegerArray The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.IntegerArrayList An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.IntegerList LongArray JCas class model for LongArrayNonEmptyFloatList NonEmptyFSList<T extends TOP> NonEmptyIntegerList NonEmptyStringList ShortArray JCas class model for ShortArraySofa StringArray JCas class model for StringArrayStringList TOP The JCas Class model corresponding to the Cas TOP type.TOP_Type Deprecated.