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
Subinterfaces of FeatureStructureImpl in org.apache.uima.cas.implClasses in org.apache.uima.cas.impl that implement FeatureStructureImplModifier and TypeClassDescriptionclass
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
Classes in org.apache.uima.examples that implement FeatureStructureImplModifier and TypeClassDescriptionclass
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of FeatureStructureImpl in org.apache.uima.fit.descriptor
Classes in org.apache.uima.fit.descriptor that implement FeatureStructureImplModifier and TypeClassDescriptionstatic final class
Indicates that no type has been set. -
Uses of FeatureStructureImpl in org.apache.uima.fit.examples.tutorial.type
Classes in org.apache.uima.fit.examples.tutorial.type that implement FeatureStructureImplModifier and TypeClassDescriptionclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xml -
Uses of FeatureStructureImpl in org.apache.uima.fit.examples.type
Classes in org.apache.uima.fit.examples.type that implement FeatureStructureImplModifier and TypeClassDescriptionclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:30 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-examples/target/jcasgen/typesystem.xml -
Uses of FeatureStructureImpl in org.apache.uima.fit.type
Classes in org.apache.uima.fit.type that implement FeatureStructureImplModifier and TypeClassDescriptionclass
Updated by JCasGen Fri Nov 22 17:01:19 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-core/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:19 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-core/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:01:19 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimafit-core/target/jcasgen/typesystem.xml -
Uses of FeatureStructureImpl in org.apache.uima.it.pear_with_typesystem.type
Classes in org.apache.uima.it.pear_with_typesystem.type that implement FeatureStructureImplModifier and TypeClassDescriptionclass
Updated by JCasGen Fri Nov 22 17:03:35 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:03:35 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xmlclass
Updated by JCasGen Fri Nov 22 17:03:35 CET 2024 XML source: /Users/bluefire/git/uima-uimaj-release/uimaj-it-pear-with-typesystem/target/jcasgen/typesystem.xml -
Uses of FeatureStructureImpl in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement FeatureStructureImplModifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.AnnotationBase.final class
JCas class model for BooleanArrayfinal class
JCas class model for ByteArrayfinal class
JCas class model for DoubleArrayclass
class
EmptyFSList<T extends TOP>
class
class
final class
Java Cas model for Cas FloatArray.class
final class
FSArray<T extends FeatureStructure>
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
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.xmlclass
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.xmlclass
T extends TOP, v2 already mandated TOP for set/getclass
A map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contextsfinal 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>, IntListIteratorclass
final class
JCas class model for LongArrayclass
class
NonEmptyFSList<T extends TOP>
class
class
final class
JCas class model for ShortArrayclass
final class
JCas class model for StringArrayclass
class
The JCas Class model corresponding to the Cas TOP type. -
Uses of FeatureStructureImpl in org.apache.uima.jcas.tcas
Classes in org.apache.uima.jcas.tcas that implement FeatureStructureImplModifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.Annotation.class
The JCas class definition for the CASDocumentAnnotation
type.