Uses of Interface
gate.creole.orthomatcher.AnnotationOrthography

Packages that use AnnotationOrthography
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
 

Uses of AnnotationOrthography in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement AnnotationOrthography
 class BasicAnnotationOrthography
           
 

Fields in gate.creole.orthomatcher declared as AnnotationOrthography
private  AnnotationOrthography OrthoMatcher.orthoAnnotation
          to be initialized in init()
 

Methods in gate.creole.orthomatcher that return AnnotationOrthography
 AnnotationOrthography OrthoMatcher.getOrthography()
           
 

Methods in gate.creole.orthomatcher with parameters of type AnnotationOrthography
 void OrthoMatcher.setOrthography(AnnotationOrthography orthography)
           
 

Uses of AnnotationOrthography in gate.creole.orthomatcher.SampleOrthoMatcher
 

Classes in gate.creole.orthomatcher.SampleOrthoMatcher that implement AnnotationOrthography
 class SampleAnnotationOrthography
           
 

Fields in gate.creole.orthomatcher.SampleOrthoMatcher declared as AnnotationOrthography
private  AnnotationOrthography SampleAnnotationOrthography.defaultOrthography
           
 

Constructors in gate.creole.orthomatcher.SampleOrthoMatcher with parameters of type AnnotationOrthography
SampleAnnotationOrthography(String personType, boolean extLists, AnnotationOrthography defaultOrthography)