Uses of Class
gate.creole.FeatureSchema

Packages that use FeatureSchema
gate.creole   
gate.gui   
gate.gui.annedit   
 

Uses of FeatureSchema in gate.creole
 

Fields in gate.creole with type parameters of type FeatureSchema
protected  Set<FeatureSchema> AnnotationSchema.featureSchemaSet
          Schemas for the attributes
 

Methods in gate.creole that return FeatureSchema
 FeatureSchema AnnotationSchema.getFeatureSchema(String featureName)
           
 

Methods in gate.creole that return types with arguments of type FeatureSchema
 Set<FeatureSchema> AnnotationSchema.getFeatureSchemaSet()
          Returns the feature schema set
 

Method parameters in gate.creole with type arguments of type FeatureSchema
 void AnnotationSchema.setFeatureSchemaSet(Set<FeatureSchema> featureSchemaSet)
          Sets the feature schema set
 

Uses of FeatureSchema in gate.gui
 

Fields in gate.gui declared as FeatureSchema
private  FeatureSchema SchemaAnnotationEditor.RowData.featSchema
           
 

Methods in gate.gui that return FeatureSchema
 FeatureSchema SchemaAnnotationEditor.RowData.getFeatureSchema()
           
 

Methods in gate.gui with parameters of type FeatureSchema
 void SchemaAnnotationEditor.RowData.setFeatureSchema(FeatureSchema aFeatureSchema)
           
 

Constructors in gate.gui with parameters of type FeatureSchema
SchemaAnnotationEditor.RowData(Object aValue, FeatureSchema aFeatureSchema)
          Constructor
 

Uses of FeatureSchema in gate.gui.annedit
 

Fields in gate.gui.annedit with type parameters of type FeatureSchema
protected  Map<String,FeatureSchema> SchemaFeaturesEditor.featureSchemas
          Stored the individual feature schemas, indexed by name.