|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdebugger.resources.pr.RuleAnnotationHistory
public class RuleAnnotationHistory
Copyright (c) Ontos AG (http://www.ontosearch.com).
This class is part of JAPE Debugger component for
GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)
Constructor Summary | |
---|---|
RuleAnnotationHistory()
|
Method Summary | |
---|---|
boolean |
addAnnotation(Annotation annotation,
Document document)
|
boolean |
addAnnotationSet(AnnotationSet annSet)
|
void |
annotationAdded(AnnotationSetEvent e)
Called when a new Annotation has been added |
void |
annotationRemoved(AnnotationSetEvent e)
Called when an Annotation has been removed |
Iterator |
getAllAnnotationSets()
|
AnnotationSet |
getAnnotationSet(Document document)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleAnnotationHistory()
Method Detail |
---|
public Iterator getAllAnnotationSets()
public AnnotationSet getAnnotationSet(Document document)
public boolean addAnnotationSet(AnnotationSet annSet)
public boolean addAnnotation(Annotation annotation, Document document)
public void annotationAdded(AnnotationSetEvent e)
AnnotationSetListener
Annotation
has been added
annotationAdded
in interface AnnotationSetListener
public void annotationRemoved(AnnotationSetEvent e)
AnnotationSetListener
Annotation
has been removed
annotationRemoved
in interface AnnotationSetListener
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |