public abstract class OWLEntityCollectingOntologyChangeListener extends java.lang.Object implements OWLOntologyChangeListener
Constructor and Description |
---|
OWLEntityCollectingOntologyChangeListener() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<OWLEntity> |
getEntities() |
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.
|
public OWLEntityCollectingOntologyChangeListener()
public void ontologiesChanged(java.util.List<? extends OWLOntologyChange> changes) throws OWLException
OWLOntologyChangeListener
ontologiesChanged
in interface OWLOntologyChangeListener
changes
- 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
OWLException
- if there is any exceptionpublic java.util.Set<OWLEntity> getEntities()