|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ontology | |
gate.creole | |
gate.creole.ontology | |
gate.gui | |
gate.jape |
Uses of Ontology in gate.creole |
Classes in gate.creole that implement Ontology | |
class |
ProtegeProjectName
Dummy Protege LR. |
Fields in gate.creole declared as Ontology | |
private Ontology |
OntologyAwareTransducer.ontology
The ontology that will be available on the RHS of JAPE rules. |
private Ontology |
ProtegeProjectName.ontotextOntology
Ontotext Ontology object |
Methods in gate.creole that return Ontology | |
Ontology |
OntologyAwareTransducer.getOntology()
Gets the ontology used by this transducer. |
Ontology |
ProtegeProjectName.getOntology(URL someUrl)
|
Methods in gate.creole with parameters of type Ontology | |
void |
OntologyAwareTransducer.setOntology(Ontology ontology)
Sets the ontology used by this transducer. |
Uses of Ontology in gate.creole.ontology |
Subinterfaces of Ontology in gate.creole.ontology | |
interface |
KnowledgeBase
|
Fields in gate.creole.ontology declared as Ontology | |
(package private) Ontology |
OClassImpl.ontology
the ontology to which the class belongs |
Methods in gate.creole.ontology that return Ontology | |
Ontology |
OntologyEditor.getOntology()
Gets the loaded ontology |
Ontology |
OClassImpl.getOntology()
Gets the ontology to which this class is associated. |
Ontology |
OClass.getOntology()
Gets the ontology to which the class belongs. |
Ontology |
Ontology.getOntology(URL someUrl)
Gets ontology by URL. |
Methods in gate.creole.ontology with parameters of type Ontology | |
void |
OntologyEditor.setOntology(Ontology o)
Sets the ontology to be loaded in the editor |
void |
OntologyEditor.ontologySelected(Ontology o)
Selects an ontology. |
void |
OntologyEditor.saveOntology(Ontology o)
Saves this ontology |
void |
OntologyEditor.saveAsOntology(Ontology o,
int x,
int y)
Invokes a Save As dialog for this ontology and saves it to the specified location. |
void |
OntologyEditor.renameOntology(Ontology o,
int x,
int y)
Renames an ontology |
void |
OntologyEditor.deleteOntology(Ontology o,
int x,
int y)
Deletes an ontology. |
void |
OntologyEditor.editURI(Ontology o,
int x,
int y)
Edits the URI of an ontology. |
Set |
OntologyEditor.getAllURIs(Ontology o)
Retrieve a set of all the class URIs in an ontology |
void |
OntologyEditor.closeOntology(Ontology o,
int x,
int y)
Closes an ontology. |
int |
OntologyEditor.AskWannaSave(Ontology o,
int x,
int y)
Wanna Save Dialog invocation. |
Constructors in gate.creole.ontology with parameters of type Ontology | |
OClassImpl(String anId,
String aName,
String aComment,
Ontology anOntology)
Creates a new class given id,name,comment and ontology. |
Uses of Ontology in gate.gui |
Methods in gate.gui with parameters of type Ontology | |
void |
ProtegeWrapper.refreshOntoeditor(Ontology o)
Refresh OntoEditor if any on LargeView tab pane |
Uses of Ontology in gate.jape |
Fields in gate.jape declared as Ontology | |
protected Ontology |
Transducer.ontology
|
Methods in gate.jape that return Ontology | |
Ontology |
Transducer.getOntology()
Gets the ontology used by this transducer; |
Methods in gate.jape with parameters of type Ontology | |
void |
RhsAction.doit(Document doc,
Map bindings,
AnnotationSet annotations,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Fires the RHS action for a particular LHS match. |
void |
RightHandSide.transduce(Document doc,
Map bindings,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Makes changes to the document, using LHS bindings. |
void |
MultiPhaseTransducer.setOntology(Ontology ontology)
Sets the ontology used by this transducer; |
void |
Transducer.setOntology(Ontology ontology)
Sets the ontology used by this transducer; |
void |
Batch.setOntology(Ontology ontology)
Sets the ontology to be used by the transducers |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |