Uses of Class
gate.annotation.AnnotationDiff

Packages that use AnnotationDiff
gate.gui   
gate.util   
 

Uses of AnnotationDiff in gate.gui
 

Fields in gate.gui declared as AnnotationDiff
(package private)  AnnotationDiff AnnotDiffDialog.annotDiff
          A reference to annotDiff object that does the diff
 

Uses of AnnotationDiff in gate.util
 

Methods in gate.util that return AnnotationDiff
protected  AnnotationDiff CorpusBenchmarkTool.measureDocs(Document keyDoc, Document respDoc, String annotType)
           
 

Methods in gate.util with parameters of type AnnotationDiff
protected  void CorpusBenchmarkTool.updateStatistics(AnnotationDiff annotDiff, String annotType)
           
protected  void CorpusBenchmarkTool.updateStatisticsProc(AnnotationDiff annotDiff, String annotType)
          Update statistics for processed documents The same procedure as updateStatistics with different hashTables
protected  void CorpusBenchmarkTool.storeAnnotations(String type, AnnotationDiff annotDiff, Document keyDoc, Document respDoc, FileWriter errFileWriter)
           
protected  void CorpusBenchmarkTool.printAnnotations(AnnotationDiff annotDiff, Document keyDoc, Document respDoc)