GATE
Version 3.1-2270

gate.annotation
Interface EventAwareAnnotationSet

All Superinterfaces:
AnnotationSet, Cloneable, Collection, Iterable, Serializable, Set, SimpleAnnotationSet
All Known Implementing Classes:
DatabaseAnnotationSetImpl

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, 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()

GATE
Version 3.1-2270