Package org.apache.uima.cas.impl
Class CASImpl.FsChange
java.lang.Object
org.apache.uima.cas.impl.CASImpl.FsChange
- Enclosing class:
CASImpl
Journaling changes for computing delta cas. Each instance represents one or more changes for
one feature structure A particular Feature Structure may have multiple FsChange instances but
we attempt to minimize this
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PositiveIntSet
(package private) final BitSet
which feature (by offset) is modified(package private) final TOP
ref to the FS being modified -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addArrayData
(int v, int nbrOfConsecutive) (package private) void
addArrayData
(PositiveIntSet indexesPlus1) (package private) void
addFeatData
(int v) boolean
int
hashCode()
-
Field Details
-
fs
ref to the FS being modified -
featuresModified
which feature (by offset) is modified -
arrayUpdates
-
-
Constructor Details
-
FsChange
FsChange(TOP fs)
-
-
Method Details