|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.creole.ontology.jena | |
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 |
OntologyImpl
An Ontology Implementation Class |
class |
TaxonomyImpl
A Taxonomy Implementation Class |
Methods in com.ontotext.gate.ontology that return Taxonomy | |
---|---|
static Taxonomy |
TaxonomyImpl.getOntology(URL someUrl)
Gets a taxonomy by URL. |
Uses of Taxonomy in com.ontotext.gate.vr |
---|
Methods in com.ontotext.gate.vr that return Taxonomy | |
---|---|
Taxonomy |
OntologyEditorImpl.getOntology()
|
Methods in com.ontotext.gate.vr with parameters of type Taxonomy | |
---|---|
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) |
void |
OEMainPanel.buildOntoTree(Taxonomy o)
Same as setOntoTree but builds the tree from an ontology |
void |
OntologyEditorImpl.closeOntology(Taxonomy o,
int x,
int y)
close an ontology. invoke AreYouSureDialog if the ontology has been changed. |
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 |
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.ontologySelected(Taxonomy o)
Is called when an ontology has been selected from the ontology list |
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.saveAsOntology(Taxonomy o,
int x,
int y)
invoke a saveas dialog for this ontology and save it to the location specified |
void |
OntologyEditorImpl.saveOntology(Taxonomy o)
save this ontology |
void |
OntologyEditorImpl.setOntology(Taxonomy o)
Sets ontology to be loaded in the editor |
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 |
---|
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. |
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
This is the base interface for all concrete implementations of ontologies. |
Fields in gate.creole.ontology declared as Taxonomy | |
---|---|
protected Taxonomy |
OntologyResourceImpl.taxonomy
|
Methods in gate.creole.ontology that return Taxonomy | |
---|---|
Taxonomy |
OntologyEditor.getOntology()
Gets the loaded ontology |
Taxonomy |
OntologyResource.getTaxonomy()
Gets the taxonomy to which the resource belongs. |
Taxonomy |
OntologyResourceImpl.getTaxonomy()
|
Methods in gate.creole.ontology with parameters of type Taxonomy | |
---|---|
int |
OntologyEditor.AskWannaSave(Taxonomy o,
int x,
int y)
Wanna Save Dialog invocation. |
void |
OntologyEditor.closeOntology(Taxonomy o,
int x,
int y)
Closes 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.ontologySelected(Taxonomy o)
Selects an ontology. |
void |
OntologyEditor.renameOntology(Taxonomy o,
int x,
int y)
Renames an 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.saveOntology(Taxonomy o)
Saves this ontology |
void |
OntologyEditor.setOntology(Taxonomy o)
Sets the ontology to be loaded in the editor |
void |
OntologyResourceImpl.setOntology(Taxonomy ontology)
|
Constructors in gate.creole.ontology with parameters of type Taxonomy | |
---|---|
OntologyResourceImpl(String uri,
String name,
String comment,
Taxonomy taxonomy)
|
|
OntologyResourceImpl(String name,
String comment,
Taxonomy taxonomy)
Constructor variant using the name as the local URI. |
|
TClassImpl(String anId,
String aName,
String aComment,
Taxonomy anOntology)
Creates a new class given id,name,comment and ontology. |
Uses of Taxonomy in gate.creole.ontology.jena |
---|
Classes in gate.creole.ontology.jena that implement Taxonomy | |
---|---|
class |
JenaOntologyImpl
An implementation for GATE Ontologies based on Jena2 |
Uses of Taxonomy in gate.gui |
---|
Fields in gate.gui declared as Taxonomy | |
---|---|
protected Taxonomy |
OntologyEditor.taxonomy
The taxonomy that this editor displays |
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
|
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. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |