Uses of Interface
org.apache.uima.cas.impl.FeatureStructureImpl

Packages that use FeatureStructureImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
 
uimaFIT annotations used for dependency injection.
 
 
 
 
JCAS model for built-in CAS types
 
  • Uses of FeatureStructureImpl in org.apache.uima.cas.impl

    Modifier and Type
    Interface
    Description
    interface 
    Deprecated.
    use Annotation instead
    Modifier and Type
    Class
    Description
    class 
    Feature structure implementation (for non JCas and JCas) Each FS has - int data - used for boolean, byte, short, int, long, float, double data -- long and double use 2 int slots - may be null if all slots are in JCas cover objects as fields - ref data - used for references to other Java objects, such as -- strings -- other feature structures -- arbitrary Java Objects - may be null if all slots are in JCas cover objects as fields - an id: an incrementing integer, starting at 1, per CAS, of all FSs created for that CAS - a ref to the casView where this FS was created - a ref to the TypeImpl for this class -- can't be static - may be multiple type systems in use
  • Uses of FeatureStructureImpl in org.apache.uima.examples

    Modifier and Type
    Class
    Description
    class 
    Stores detailed information about the original source document from which the current CAS was initialized.
  • Uses of FeatureStructureImpl in org.apache.uima.fit.descriptor

    Modifier and Type
    Class
    Description
    static final class 
    Indicates that no type has been set.
  • Uses of FeatureStructureImpl in org.apache.uima.fit.examples.tutorial.type

    Modifier and Type
    Class
    Description
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
  • Uses of FeatureStructureImpl in org.apache.uima.fit.examples.type

    Modifier and Type
    Class
    Description
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:45 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-examples/target/jcasgen/typesystem.xml
  • Uses of FeatureStructureImpl in org.apache.uima.fit.type

    Modifier and Type
    Class
    Description
    class 
    Updated by JCasGen Wed Sep 24 12:01:30 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-core/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:30 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-core/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:01:30 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimafit-core/target/jcasgen/typesystem.xml
  • Uses of FeatureStructureImpl in org.apache.uima.it.pear_with_typesystem.type

    Modifier and Type
    Class
    Description
    class 
    Updated by JCasGen Wed Sep 24 12:03:39 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:03:39 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xml
    class 
    Updated by JCasGen Wed Sep 24 12:03:39 CEST 2025 XML source: /Users/bluefire/uima-staging/uima-uimaj/target/checkout/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xml
  • Uses of FeatureStructureImpl in org.apache.uima.jcas.cas

    Modifier and Type
    Class
    Description
    class 
    the JCas class model for the CAS type uima.cas.AnnotationBase.
    final class 
    JCas class model for BooleanArray
    final class 
    JCas class model for ByteArray
    final class 
    JCas class model for DoubleArray
    class 
     
    class 
    EmptyFSList<T extends TOP>
     
    class 
     
    class 
     
    final class 
    Java Cas model for Cas FloatArray.
    class 
     
    final class 
    Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.
    class 
    FSArrayList<T extends TOP>
    An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...)
    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 
    FSList<T extends TOP>
    T extends TOP, v2 already mandated TOP for set/get
    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
    final class 
    The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
    class 
    An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator
    class 
     
    final class 
    JCas class model for LongArray
    class 
     
    class 
    NonEmptyFSList<T extends TOP>
     
    class 
     
    class 
     
    final class 
    JCas class model for ShortArray
    class 
     
    final class 
    JCas class model for StringArray
    class 
     
    class 
    The JCas Class model corresponding to the Cas TOP type.
  • Uses of FeatureStructureImpl in org.apache.uima.jcas.tcas

    Modifier and Type
    Class
    Description
    class 
    the JCas class model for the CAS type uima.cas.Annotation.
    class 
    The JCas class definition for the CAS DocumentAnnotation type.