Uses of Interface
gate.creole.ontology.Taxonomy

Packages that use Taxonomy
com.ontotext.gate.ontology   
com.ontotext.gate.vr   
com.ontotext.gate.vr.dialog   
gate This package contains the public interface to the GATE Java API.  
gate.creole   
gate.creole.ontology   
gate.gui   
gate.gui.lexicon   
gate.util   
 

Uses of Taxonomy in com.ontotext.gate.ontology
 

Classes in com.ontotext.gate.ontology that implement Taxonomy
 class DAMLKnowledgeBaseImpl
           
 class DAMLOntology
          Provides load and store of ontologies from/to DAML+OIL repository
 class OntologyImpl
           
 class TaxonomyImpl
          An Ontology Implementation Class
 

Methods in com.ontotext.gate.ontology that return Taxonomy
 Taxonomy TaxonomyImpl.getOntology(URL someUrl)
           
 

Uses of Taxonomy in com.ontotext.gate.vr
 

Fields in com.ontotext.gate.vr declared as Taxonomy
private  Taxonomy Gaze.ontology
          the ontology that is currently displayed
private  Taxonomy OntologyEditorImpl.ontology
          The ontology currently displayed
 

Methods in com.ontotext.gate.vr that return Taxonomy
 Taxonomy OntologyEditorImpl.getOntology()
           
 

Methods in com.ontotext.gate.vr with parameters of type Taxonomy
static ClassNode ClassNode.createRootNode(Taxonomy o)
          create a structure representing the class hierarchy of an ontology
static ClassNode ClassNode.createRootNode(Taxonomy o, boolean includeInstances)
           
static ClassNode ClassNode.createRootNode(Taxonomy o, MappingDefinition mapping, Map nameVsNode)
          Creates a structure representing the class hierarchy of an ontology and the gazetteerLists mapped to it.
 void OEMainPanel.buildOntoTree(Taxonomy o)
          Same as setOntoTree but builds the tree from an ontology
 void OntologyEditorImpl.ontologySelected(Taxonomy o)
          Is called when an ontology has been selected from the ontology list
 void OntologyEditorImpl.setOntology(Taxonomy o)
          Sets ontology to be loaded in the editor
 void OntologyEditorImpl.saveOntology(Taxonomy o)
          save this ontology
 void OntologyEditorImpl.saveAsOntology(Taxonomy o, int x, int y)
          invoke a saveas dialog for this ontology and save it to the location specified
 void OntologyEditorImpl.renameOntology(Taxonomy o, int x, int y)
          rename an ontology. if the x and y coordinates are not set, then the default position is LocationRelativeTo the ontologies list.
 void OntologyEditorImpl.deleteOntology(Taxonomy o, int x, int y)
          delete an ontology. invoke if the ontology has been changed. currently deleteOntology works as closeOntology. does not delete the file.
 void OntologyEditorImpl.editURI(Taxonomy o, int x, int y)
          edit the URI of an ontology
 Set OntologyEditorImpl.getAllURIs(Taxonomy o)
          retrieve a set of all the URIs in an ontology
 void OntologyEditorImpl.closeOntology(Taxonomy o, int x, int y)
          close an ontology. invoke AreYouSureDialog if the ontology has been changed.
 int OntologyEditorImpl.AskWannaSave(Taxonomy o, int x, int y)
          Wanna Save Dialog invocation. currently the x and y parameters are not used since the option pane is by default initialized with position setLocationRelativeTo(parentComponent)
 

Constructors in com.ontotext.gate.vr with parameters of type Taxonomy
ClassNode(Taxonomy o)
          Constructs a root class node from an ontology
 

Uses of Taxonomy in com.ontotext.gate.vr.dialog
 

Fields in com.ontotext.gate.vr.dialog declared as Taxonomy
private  Taxonomy EditClassURIDialog.ontology
          reference to the ontology being edited
private  Taxonomy EditURIDialog.ontology
          reference to the ontology being renamed
private  Taxonomy RenameClassDialog.ontology
          reference to the ontology being renamed
private  Taxonomy RenameOntologyDialog.ontology
          reference to the ontology being renamed
 

Constructors in com.ontotext.gate.vr.dialog with parameters of type Taxonomy
EditURIDialog(OntologyEditor e, Taxonomy o)
          construct the dialog
RenameOntologyDialog(OntologyEditor e, Taxonomy o)
          construct the dialog
 

Uses of Taxonomy in gate
 

Methods in gate with parameters of type Taxonomy
 boolean FeatureMap.subsumes(Taxonomy ontologyLR, FeatureMap aFeatureMap)
          Tests if this featureMap object includes aFeatureMap features.
 

Uses of Taxonomy in gate.creole
 

Classes in gate.creole that implement Taxonomy
 class ProtegeProjectName
          Dummy Protege LR.
 

Fields in gate.creole declared as Taxonomy
private  Taxonomy ProtegeProjectName.ontotextOntology
          Ontotext Ontology object
 

Methods in gate.creole that return Taxonomy
 Taxonomy ProtegeProjectName.getOntology(URL someUrl)
           
 

Uses of Taxonomy in gate.creole.ontology
 

Subinterfaces of Taxonomy in gate.creole.ontology
 interface Ontology
           
 

Fields in gate.creole.ontology declared as Taxonomy
(package private)  Taxonomy TClassImpl.ontology
          the ontology to which the class belongs
 

Methods in gate.creole.ontology that return Taxonomy
 Taxonomy OntologyEditor.getOntology()
          Gets the loaded ontology
 Taxonomy TClass.getOntology()
          Gets the ontology to which the class belongs.
 Taxonomy TClassImpl.getOntology()
          Gets the ontology to which this class is associated.
 Taxonomy Taxonomy.getOntology(URL someUrl)
          Gets taxonomy by URL.
 

Methods in gate.creole.ontology with parameters of type Taxonomy
 void OntologyEditor.setOntology(Taxonomy o)
          Sets the ontology to be loaded in the editor
 void OntologyEditor.ontologySelected(Taxonomy o)
          Selects an ontology.
 void OntologyEditor.saveOntology(Taxonomy o)
          Saves this ontology
 void OntologyEditor.saveAsOntology(Taxonomy o, int x, int y)
          Invokes a Save As dialog for this ontology and saves it to the specified location.
 void OntologyEditor.renameOntology(Taxonomy o, int x, int y)
          Renames an ontology
 void OntologyEditor.deleteOntology(Taxonomy o, int x, int y)
          Deletes an ontology.
 void OntologyEditor.editURI(Taxonomy o, int x, int y)
          Edits the URI of an ontology.
 Set OntologyEditor.getAllURIs(Taxonomy o)
          Retrieve a set of all the class URIs in an ontology
 void OntologyEditor.closeOntology(Taxonomy o, int x, int y)
          Closes an ontology.
 int OntologyEditor.AskWannaSave(Taxonomy o, int x, int y)
          Wanna Save Dialog invocation.
 

Constructors in gate.creole.ontology with parameters of type Taxonomy
TClassImpl(String anId, String aName, String aComment, Taxonomy anOntology)
          Creates a new class given id,name,comment and ontology.
 

Uses of Taxonomy in gate.gui
 

Methods in gate.gui with parameters of type Taxonomy
 void ProtegeWrapper.refreshOntoeditor(Taxonomy o)
          Refresh OntoEditor if any on LargeView tab pane
 

Uses of Taxonomy in gate.gui.lexicon
 

Fields in gate.gui.lexicon declared as Taxonomy
protected  Taxonomy OntoLexEditorVR.theOntology
           
 

Methods in gate.gui.lexicon that return Taxonomy
private  Taxonomy OntoLexEditorVR.loadOntology(Object ontoId)
           
 

Uses of Taxonomy in gate.util
 

Methods in gate.util with parameters of type Taxonomy
 boolean SimpleFeatureMapImpl.subsumes(Taxonomy ontologyLR, FeatureMap aFeatureMap)
          Tests if this featureMap object includes aFeatureMap features.