Uses of Interface
org.apache.uima.UimaSerializable

Packages that use UimaSerializable
Package
Description
Apache UIMA
JCAS model for built-in CAS types
  • Uses of UimaSerializable in org.apache.uima

    Subinterfaces of UimaSerializable in org.apache.uima
    Modifier and Type
    Interface
    Description
    interface 
    This interface is implemented by JCas classes that need to be called by the framework when a serialization is about to happen where the _save_to_cas_data() method update Features which have references to Feature Structures
  • Uses of UimaSerializable in org.apache.uima.jcas.cas

    Classes in org.apache.uima.jcas.cas that implement UimaSerializable
    Modifier and Type
    Class
    Description
    class 
    FSArrayList<T extends TOP>
    An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIs
    class 
    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
    class 
    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
    class 
    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
    class 
    An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.