public class BufferingOntologyChangeListener extends Object implements org.semanticweb.owlapi.model.OWLOntologyChangeListener
| Constructor and Description |
|---|
BufferingOntologyChangeListener(Iterable<org.semanticweb.owlapi.model.OWLOntologyID> onts) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getAdditions() |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getRemovals() |
boolean |
isChanged() |
void |
ontologiesChanged(List<? extends org.semanticweb.owlapi.model.OWLOntologyChange> changeList) |
void |
reset() |
public BufferingOntologyChangeListener(Iterable<org.semanticweb.owlapi.model.OWLOntologyID> onts)
public void ontologiesChanged(List<? extends org.semanticweb.owlapi.model.OWLOntologyChange> changeList) throws org.semanticweb.owlapi.model.OWLException
ontologiesChanged in interface org.semanticweb.owlapi.model.OWLOntologyChangeListenerorg.semanticweb.owlapi.model.OWLExceptionpublic boolean isChanged()
public Set<org.semanticweb.owlapi.model.OWLAxiom> getAdditions()
public Set<org.semanticweb.owlapi.model.OWLAxiom> getRemovals()
public void reset()
Copyright © 2019. All rights reserved.