Package | Description |
---|---|
gate | |
gate.creole.ontology |
The GATE ontology API.
|
gate.util |
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureMap.subsumes(Ontology ontologyLR,
FeatureMap aFeatureMap)
Tests if this featureMap object includes aFeatureMap features.
|
Modifier and Type | Method and Description |
---|---|
Ontology |
OResource.getOntology()
Gets the ontology to which the resource belongs.
|
static Ontology |
OntologyUtilities.getOntology(URL url)
Deprecated.
- this method should be avoided
|
Modifier and Type | Method and Description |
---|---|
static URI |
OntologyUtilities.createURI(Ontology ontology,
String aResourceName,
boolean isAnonymousResource)
Deprecated.
- use
createOURI(String) and related methods
instead. |
void |
OntologyModificationListener.ontologyReset(Ontology ontology)
This method is called whenever ontology is reset.
|
void |
OntologyModificationListener.resourceAdded(Ontology ontology,
OResource resource)
This method is invoked whenever a resource
(class/property/instance) is added to the ontology.
|
void |
OntologyModificationListener.resourcePropertyValueChanged(Ontology ontology,
OResource resource,
RDFProperty property,
Object value,
int eventType)
This method should be invoked when a property value is added or removed (specified by the event type).
|
void |
OntologyModificationListener.resourceRelationChanged(Ontology ontology,
OResource resource1,
OResource resource2,
int eventType)
This method is invoked whenever a relation between two objects of the same class (e.g.
|
void |
OntologyModificationListener.resourcesRemoved(Ontology ontology,
String[] resources)
This method is invoked whenever a resource
(class/property/instance) is removed from the ontology.
|
Modifier and Type | Method and Description |
---|---|
protected OClass |
SimpleFeatureMapImpl.getClassForURIOrName(Ontology ontologyLR,
String name)
Look up the given name in the given ontology.
|
boolean |
SimpleFeatureMapImpl.subsumes(Ontology ontologyLR,
FeatureMap aFeatureMap)
Tests if this featureMap object includes aFeatureMap features.
|
Copyright © 2024 GATE. All rights reserved.