Uses of Class
gate.creole.gazetteer.MappingDefinition

Packages that use MappingDefinition
gate.creole.gazetteer   
 

Uses of MappingDefinition in gate.creole.gazetteer
 

Fields in gate.creole.gazetteer declared as MappingDefinition
protected  MappingDefinition AbstractGazetteer.mappingDefinition
          reference to mapping definiton info allows filling of Lookup.ontologyClass according to a list
 

Methods in gate.creole.gazetteer that return MappingDefinition
 MappingDefinition Gazetteer.getMappingDefinition()
          Gets the mapping definition of this gazetteer,if such
 MappingDefinition AbstractGazetteer.getMappingDefinition()
           
 

Methods in gate.creole.gazetteer with parameters of type MappingDefinition
 void Gazetteer.setMappingDefinition(MappingDefinition mapping)
          Sets the mapping definition if such to this gazetteer
 void AbstractGazetteer.setMappingDefinition(MappingDefinition mapping)