|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owl.util.OWLEntityCollectingOntologyChangeListener
public abstract class OWLEntityCollectingOntologyChangeListener
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Feb-2007
| Constructor Summary | |
|---|---|
OWLEntityCollectingOntologyChangeListener()
|
|
| Method Summary | |
|---|---|
java.util.Set<OWLEntity> |
getEntities()
Gets the entities which were referenced in the last change set. |
abstract void |
ontologiesChanged()
Called when a set of changes have been applied. |
void |
ontologiesChanged(java.util.List<? extends OWLOntologyChange> changes)
Called when some changes have been applied to various ontologies. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLEntityCollectingOntologyChangeListener()
| Method Detail |
|---|
public void ontologiesChanged(java.util.List<? extends OWLOntologyChange> changes)
throws OWLException
OWLOntologyChangeListener
ontologiesChanged in interface OWLOntologyChangeListenerchanges - A list of changes that have occurred. Each change may be examined
to determine which ontology it was applied to.
OWLException
public abstract void ontologiesChanged()
throws OWLException
OWLExceptionpublic java.util.Set<OWLEntity> getEntities()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||