Uses of Interface
org.apache.uima.cas.impl.FeatureStructureImpl
-
Packages that use FeatureStructureImpl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.tcas -
-
Uses of FeatureStructureImpl in org.apache.uima.cas.impl
Subinterfaces of FeatureStructureImpl in org.apache.uima.cas.impl Modifier and Type Interface Description interface
AnnotationImpl
Deprecated.use Annotation insteadClasses in org.apache.uima.cas.impl that implement FeatureStructureImpl Modifier and Type Class Description class
FeatureStructureImplC
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 FeatureStructureImpl Modifier and Type Class Description class
SourceDocumentInformation
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of FeatureStructureImpl in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement FeatureStructureImpl Modifier and Type Class Description class
AnnotationBase
the JCas class model for the CAS type uima.cas.AnnotationBase.class
BooleanArray
JCas class model for BooleanArrayclass
ByteArray
JCas class model for ByteArrayclass
DoubleArray
JCas class model for DoubleArrayclass
EmptyFloatList
class
EmptyFSList<T extends TOP>
class
EmptyIntegerList
class
EmptyStringList
class
FloatArray
Java Cas model for Cas FloatArray.class
FloatList
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(...) APIsclass
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.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
FSList<T extends TOP>
T extends TOP, v2 already mandated TOP for set/getclass
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 contextsclass
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.class
IntegerArrayList
An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.class
IntegerList
class
LongArray
JCas class model for LongArrayclass
NonEmptyFloatList
class
NonEmptyFSList<T extends TOP>
class
NonEmptyIntegerList
class
NonEmptyStringList
class
ShortArray
JCas class model for ShortArrayclass
Sofa
class
StringArray
JCas class model for StringArrayclass
StringList
class
TOP
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 FeatureStructureImpl Modifier and Type Class Description class
Annotation
the JCas class model for the CAS type uima.cas.Annotation.class
DocumentAnnotation
The JCas class definition for the CASDocumentAnnotation
type.
-