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 interfaceAnnotationImplDeprecated.use Annotation insteadClasses in org.apache.uima.cas.impl that implement FeatureStructureImpl Modifier and Type Class Description classFeatureStructureImplCFeature 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 classSourceDocumentInformationStores 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 classAnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase.classBooleanArrayJCas class model for BooleanArrayclassByteArrayJCas class model for ByteArrayclassDoubleArrayJCas class model for DoubleArrayclassEmptyFloatListclassEmptyFSList<T extends TOP>classEmptyIntegerListclassEmptyStringListclassFloatArrayJava Cas model for Cas FloatArray.classFloatListclassFSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.classFSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIsclassFSHashSet<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.xmlclassFSLinkedHashSet<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.xmlclassFSList<T extends TOP>T extends TOP, v2 already mandated TOP for set/getclassInt2FS<T extends TOP>A map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contextsclassIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classIntegerArrayListAn ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.classIntegerListclassLongArrayJCas class model for LongArrayclassNonEmptyFloatListclassNonEmptyFSList<T extends TOP>classNonEmptyIntegerListclassNonEmptyStringListclassShortArrayJCas class model for ShortArrayclassSofaclassStringArrayJCas class model for StringArrayclassStringListclassTOPThe 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 classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-