org.apache.uima.cas
public interface Marker
CAS
that is used to query when FSs were
created or modified with respect to the marker.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. |
boolean isNew(FeatureStructure fs)
fs
- FeatureStructure
was created after the mark represented by this Marker
object.boolean isModified(FeatureStructure fs)
Markere
is modified.fs
- FeatureStructure
that existed prior to the markboolean isValid()
CAS
from which it was obtained
is reset.Copyright © 2014. All Rights Reserved.