public abstract class OWLEntityCollectingOntologyChangeListener extends Object implements OWLOntologyChangeListener
| Constructor and Description |
|---|
OWLEntityCollectingOntologyChangeListener()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
getEntities() |
abstract void |
ontologiesChanged()
Called when a set of changes have been applied.
|
void |
ontologiesChanged(List<? extends OWLOntologyChange> changes)
Called when some changes have been applied to various ontologies.
|
public OWLEntityCollectingOntologyChangeListener()
public void ontologiesChanged(List<? extends OWLOntologyChange> changes) throws OWLException
OWLOntologyChangeListenerontologiesChanged in interface OWLOntologyChangeListenerchanges - A list of changes that have occurred. Each change may be examined
to determine which ontology it was applied to.OWLException - exceptionpublic abstract void ontologiesChanged()
throws OWLException
OWLException - if there is any exceptionCopyright © 2014 The University of Manchester. All Rights Reserved.