gate.annotation
Interface EventAwareAnnotationSet

All Superinterfaces:
AnnotationSet, Cloneable, Collection<Annotation>, Iterable<Annotation>, Serializable, Set<Annotation>, SimpleAnnotationSet

public interface EventAwareAnnotationSet
extends AnnotationSet


Method Summary
 Collection getAddedAnnotations()
           
 Collection getChangedAnnotations()
           
 Collection getRemovedAnnotations()
           
 
Methods inherited from interface gate.AnnotationSet
add, addAnnotationSetListener, addGateListener, firstNode, get, get, get, get, get, get, getContained, getCovering, lastNode, nextNode, removeAnnotationSetListener, removeGateListener
 
Methods inherited from interface gate.SimpleAnnotationSet
add, add, add, get, get, get, get, getAllTypes, getDocument, getName, iterator, remove, size
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
 

Method Detail

getAddedAnnotations

Collection getAddedAnnotations()

getChangedAnnotations

Collection getChangedAnnotations()

getRemovedAnnotations

Collection getRemovedAnnotations()