Uses of Class
gate.creole.FeatureSchema

Packages that use FeatureSchema
gate.creole   
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.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.