Uses of Class
gate.annotation.AnnotationDiff

Packages that use AnnotationDiff
gate.annotation   
gate.gui   
gate.util   
 

Uses of AnnotationDiff in gate.annotation
 

Constructors in gate.annotation with parameters of type AnnotationDiff
AnnotationDiff.AnnotationDiffTableModel(Collection data)
          Constructs an AnnotationDiffTableModel given a data Collection
AnnotationDiff.AnnotationDiffTableModel()
          Constructs an AnnotationDiffTableModel
AnnotationDiff.AnnotationDiffCellRenderer()
          Constructs a randerer with a table model
AnnotationDiff.AnnotationSetComparator()
           
AnnotationDiff.DiffSetElement()
          Constructor for DiffSetlement
AnnotationDiff.DiffSetElement(Annotation aLeftAnnotation, Annotation aRightAnnotation, int aLeftType, int aRightType)
          Constructor for DiffSetlement
 

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.printAnnotations(AnnotationDiff annotDiff, Document keyDoc, Document respDoc)