Uses of Class
org.apache.uima.cas.impl.FeatureStructureImplC
Package
Description
Apache UIMA
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of FeatureStructureImplC in org.apache.uima
Modifier and TypeMethodDescriptionUimaSerializable._superClone()
default FeatureStructureImplC
UimaSerializable.clone()
-
Uses of FeatureStructureImplC in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionFeatureStructureImplC.clone()
See http://www.javaworld.com/article/2076332/java-se/how-to-avoid-traps-and-correctly-override-methods-from-java-lang-object.html for suggestions on avoiding bugs in implementing clone Because we have final fields for _intData, _refData, and _id, we can't use clone.Modifier and TypeMethodDescriptionvoid
FeatureStructureImplC._copyIntAndRefArraysEqTypesFrom
(FeatureStructureImplC src) copy int and ref data for two instances, each having the exact same typevoid
FeatureStructureImplC._copyIntAndRefArraysFrom
(FeatureStructureImplC src) void
FeatureStructureImplC._copyIntArrayEqTypesFrom
(FeatureStructureImplC src) static int
FeatureStructureImplC.compare
(FeatureStructureImplC a, FeatureStructureImplC b) final boolean
CASImpl.isLoggingNeeded
(FeatureStructureImplC fs) final void
CASImpl.maybeLogArrayUpdate
(FeatureStructureImplC fs, FeatureImpl feat, int i) final void
CASImpl.maybeLogArrayUpdates
(FeatureStructureImplC fs, int startingIndex, int length) final void
CASImpl.maybeLogArrayUpdates
(FeatureStructureImplC fs, org.apache.uima.internal.util.PositiveIntSet indexesPlus1) final void
CASImpl.maybeLogUpdate
(FeatureStructureImplC fs, int featCode) final void
CASImpl.maybeLogUpdate
(FeatureStructureImplC fs, FeatureImpl feat) static void
CASImpl.setFeatureValueFromString
(FeatureStructureImplC fs, FeatureImpl feat, String s) Supports setting slots to "0" for null valuesstatic void
CASImpl.setFeatureValueFromStringNoDocAnnotUpdate
(FeatureStructureImplC fs, FeatureImpl feat, String s) Internal use, for cases where deserializing - special case setting sofString to skip updating the document annotationvoid
CASImpl.setLongValue
(FeatureStructureImplC fsIn, FeatureImpl feat, long v) version for longs, uses two slots Only called from FeatureStructureImplC after determining there is no local field to use Is here because of 3 calls to things in this classfinal void
CASImpl.setWithJournal
(FeatureStructureImplC fs, FeatureImpl fi, Runnable setter) This method called by setters in JCas gen'd classes when the setter must check for journalingvoid
CASImpl.traceFSCreate
(FeatureStructureImplC fs) -
Uses of FeatureStructureImplC in org.apache.uima.examples
Modifier and TypeClassDescriptionclass
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of FeatureStructureImplC in org.apache.uima.jcas.cas
Modifier 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(...) APIsclass
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>, IntListIterator.class
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.Modifier and TypeMethodDescriptionFSArrayList._superClone()
FSHashSet._superClone()
Int2FS._superClone()
IntegerArrayList._superClone()
-
Uses of FeatureStructureImplC in org.apache.uima.jcas.tcas
Modifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.Annotation.class
The JCas class definition for the CASDocumentAnnotation
type.