public class MarkerImpl extends java.lang.Object implements Marker
Modifier and Type | Field and Description |
---|---|
protected boolean |
isValid |
protected int |
nextByteHeapAddr |
protected int |
nextFSId |
protected int |
nextLongHeapAddr |
protected int |
nextShortHeapAddr |
protected int |
nextStringHeapAddr |
Modifier and Type | Method and Description |
---|---|
boolean |
isModified(FeatureStructure fs)
represented by this
Markere is modified. |
boolean |
isNew(FeatureStructure fs) |
boolean |
isValid()
A Marker becomes invalid when the
CAS from which it was obtained
is reset. |
protected int nextFSId
protected int nextStringHeapAddr
protected int nextByteHeapAddr
protected int nextShortHeapAddr
protected int nextLongHeapAddr
protected boolean isValid
public boolean isNew(FeatureStructure fs)
public boolean isModified(FeatureStructure fs)
Marker
Markere
is modified.isModified
in interface Marker
FeatureStructure
that existed prior to the markCopyright © 2012. All Rights Reserved.