|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Marker
An object obtained from the CAS
that is used to query when FSs were
created or modified with respect to the marker.
Method Summary | |
---|---|
boolean |
isModified(FeatureStructure fs)
Returns true if a FeatureStructure that existed prior to the mark
represented by this Markere is modified. |
boolean |
isNew(FeatureStructure fs)
Returns true if a FeatureStructure was created after the mark represented by this Marker object. |
boolean |
isValid()
Return true if the Marker is still valid. |
Method Detail |
---|
boolean isNew(FeatureStructure fs)
FeatureStructure
was created after the mark represented by this Marker
object.
fs
-
boolean isModified(FeatureStructure fs)
FeatureStructure
that existed prior to the mark
represented by this Markere
is modified.
fs
-
boolean isValid()
CAS
from which it was obtained
is reset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |