public abstract class OWLEntityCollectingOntologyChangeListener extends Object implements OWLOntologyChangeListener
| Constructor and Description |
|---|
OWLEntityCollectingOntologyChangeListener() |
| 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(@Nonnull List<? extends OWLOntologyChange> changes)
OWLOntologyChangeListenerontologiesChanged in interface OWLOntologyChangeListenerchanges - A list of changes that have occurred. Each change may be examined to determine
which ontology it was applied to.public abstract void ontologiesChanged()
Copyright © 2017 The University of Manchester. All rights reserved.