Uses of Interface
gate.util.AnnotationDiffer.Pairing

Packages that use AnnotationDiffer.Pairing
gate.gui   
gate.util   
 

Uses of AnnotationDiffer.Pairing in gate.gui
 

Fields in gate.gui with type parameters of type AnnotationDiffer.Pairing
protected  List<AnnotationDiffer.Pairing> AnnotationDiffGUI.pairings
           
 

Uses of AnnotationDiffer.Pairing in gate.util
 

Classes in gate.util that implement AnnotationDiffer.Pairing
 class AnnotationDiffer.PairingImpl
          Represents a pairing of a key annotation with a response annotation and the associated score for that pairing.
 

Method parameters in gate.util with type arguments of type AnnotationDiffer.Pairing
private  String TestApplication.printHTMLForPairings(List<AnnotationDiffer.Pairing> pairings, Document document)