Uses of Class
gate.creole.AnnotationSchema

Packages that use AnnotationSchema
gate.annotation   
gate.gui   
 

Uses of AnnotationSchema in gate.annotation
 

Fields in gate.annotation declared as AnnotationSchema
private  AnnotationSchema AnnotationDiff.annotationSchema
          The annotation schema object used to get the annotation name
private  AnnotationSchema CorpusAnnotationDiff.annotationSchema
          The annotation schema object used to get the annotation name
 

Methods in gate.annotation that return AnnotationSchema
 AnnotationSchema AnnotationDiff.getAnnotationSchema()
           
 AnnotationSchema CorpusAnnotationDiff.getAnnotationSchema()
           
 

Methods in gate.annotation with parameters of type AnnotationSchema
 void AnnotationDiff.setAnnotationSchema(AnnotationSchema anAnnotationSchema)
           
 void CorpusAnnotationDiff.setAnnotationSchema(AnnotationSchema anAnnotationSchema)
           
 

Uses of AnnotationSchema in gate.gui
 

Fields in gate.gui declared as AnnotationSchema
(package private)  AnnotationSchema FeaturesSchemaEditor.schema
           
(package private)  AnnotationSchema SchemaAnnotationEditor.currentAnnotSchema
          This is the currentAnnotSchema being used by the editor
 

Methods in gate.gui that return AnnotationSchema
 AnnotationSchema AnnotDiffDialog.getSelectedSchema()
          It returns the selected SCHEMA
 AnnotationSchema CorpusAnnotDiffDialog.getSelectedSchema()
          It returns the selected SCHEMA
 

Methods in gate.gui with parameters of type AnnotationSchema
 void FeaturesSchemaEditor.setSchema(AnnotationSchema schema)