|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OntologyListener
A listener for events on an ontology.
| Method Summary | |
|---|---|
void |
ontologyChangedDrastically(Ontology changedOntology)
Called when the ontology has been changed in a drastic way. |
void |
ontologyClosed(Ontology closedOntology)
Called when the ontology has been closed. |
void |
ontologyPropertyUpdated(Ontology changedOntology,
Ontology sourceOntology,
OntologyChangeEvent.ChangeType changeType,
java.lang.String ontologyPropertyURI,
java.lang.String value)
Called when an ontology property has been added or removed. |
void |
ontologyUpdated(Ontology changedOntology,
Ontology sourceOntology,
java.util.List<OntologyChangeEvent> changes,
java.util.Set<Entity> addedEntities,
java.util.Set<Entity> removedEntities)
Called when an ontology has changed. |
| Method Detail |
|---|
void ontologyUpdated(Ontology changedOntology,
Ontology sourceOntology,
java.util.List<OntologyChangeEvent> changes,
java.util.Set<Entity> addedEntities,
java.util.Set<Entity> removedEntities)
changedOntology - the ontology whose axioms have changedsourceOntology - the ontology at which the axioms have changedchanges - the list of changesaddedEntities - the set of entities that were added to the modelremovedEntities - the set of entities that were removed from the model
void ontologyPropertyUpdated(Ontology changedOntology,
Ontology sourceOntology,
OntologyChangeEvent.ChangeType changeType,
java.lang.String ontologyPropertyURI,
java.lang.String value)
changedOntology - the ontology whose properties have changedsourceOntology - the ontology at which the axioms have changedchangeType - the type of the changedontologyPropertyURI - the URI of the ontology propertyvalue - the value of the ontology propertyvoid ontologyChangedDrastically(Ontology changedOntology)
changedOntology - the ontologyvoid ontologyClosed(Ontology closedOntology)
closedOntology - the ontology
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||