Package org.apache.uima.jcas.cas


package org.apache.uima.jcas.cas
JCAS model for built-in CAS types
  • Class
    Description
    the JCas class model for the CAS type uima.cas.AnnotationBase.
    Deprecated. 
    Deprecated.
    use FSArray instead
    JCas class model for BooleanArray
    JCas class model for ByteArray
    This 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 DoubleArray
     
    EmptyFSList<T extends TOP>
     
     
    a marker interface for empty lists
     
    Java Cas model for Cas FloatArray.
     
    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(...) APIs
    FSHashSet<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.xml
    FSLinkedHashSet<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.xml
    FSList<T extends TOP>
    T extends TOP, v2 already mandated TOP for set/get
    Int2FS<T extends TOP>
    A map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contexts
    The 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 LongArray
     
    NonEmptyFSList<T extends TOP>
     
     
    a marker interface for nonempty lists
     
    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
    JCas class model for ShortArray
     
    JCas class model for StringArray
     
    The JCas Class model corresponding to the Cas TOP type.
    Deprecated.