Uses of Interface
gate.creole.gazetteer.Gazetteer

Packages that use Gazetteer
com.ontotext.gate.gazetteer   
com.ontotext.gate.vr   
gate.creole   
gate.creole.gazetteer   
gate.gui   
 

Uses of Gazetteer in com.ontotext.gate.gazetteer
 

Classes in com.ontotext.gate.gazetteer that implement Gazetteer
 class HashGazetteer
           
 

Uses of Gazetteer in com.ontotext.gate.vr
 

Fields in com.ontotext.gate.vr declared as Gazetteer
private  Gazetteer Gaze.target
          the target to be displayed
 

Methods in com.ontotext.gate.vr with parameters of type Gazetteer
private  void Gaze.displayLinear(Gazetteer g)
          Displays linear definition
private  void Gaze.displayMapping(Gazetteer g)
          Displays mapping
 

Uses of Gazetteer in gate.creole
 

Fields in gate.creole declared as Gazetteer
private  Gazetteer GazetteerListsCollector.gazetteer
           
 

Methods in gate.creole that return Gazetteer
 Gazetteer GazetteerListsCollector.getGazetteer()
           
 

Methods in gate.creole with parameters of type Gazetteer
 void GazetteerListsCollector.setGazetteer(Gazetteer theGaz)
           
 

Uses of Gazetteer in gate.creole.gazetteer
 

Subinterfaces of Gazetteer in gate.creole.gazetteer
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement Gazetteer
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implements the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 class SharedDefaultGazetteer
          Provides a way to efficiently multi-thread a DefaultGazetteer.
 

Fields in gate.creole.gazetteer declared as Gazetteer
protected  Gazetteer AbstractOntoGazetteer.gaz
          reference to the linear gazetteer
private  Gazetteer FlexibleGazetteer.gazetteerInst
           
 

Methods in gate.creole.gazetteer that return Gazetteer
 Gazetteer AbstractOntoGazetteer.getGazetteer()
          Gets the linear gazetteer
 Gazetteer OntoGazetteer.getGazetteer()
          Gets the linear gazetteer associated with this onto gazetteer
 Gazetteer FlexibleGazetteer.getGazetteerInst()
           
 

Methods in gate.creole.gazetteer with parameters of type Gazetteer
 void AbstractOntoGazetteer.setGazetteer(Gazetteer gaze)
          Sets the linear gazetteer
 void OntoGazetteer.setGazetteer(Gazetteer gaze)
          Associates a linear gazetteer with an onto gazetteer
 void FlexibleGazetteer.setGazetteerInst(Gazetteer gazetteerInst)
           
 

Uses of Gazetteer in gate.gui
 

Fields in gate.gui declared as Gazetteer
protected  Gazetteer GazetteerEditor.gazetteer