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 BitSetwhich feature (by offset) is modified(package private) final TOPref to the FS being modified -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddArrayData(int v, int nbrOfConsecutive) (package private) voidaddArrayData(PositiveIntSet indexesPlus1) (package private) voidaddFeatData(int v) booleaninthashCode()
-
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