|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owl.util.OWLOntologyChangeFilter
org.semanticweb.owl.util.FilteringOWLOntologyChangeListener
public class FilteringOWLOntologyChangeListener
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Dec-2006
Incorporates a listener into an OWLOntologyChangeFilter. This listener listens to and
processes axiom added and axiom removed changes. To filter out axioms of interest, override the
appropriate visit method - see OWLOntologyChangeFilter for more details.
| Constructor Summary | |
|---|---|
FilteringOWLOntologyChangeListener()
|
|
| Method Summary | |
|---|---|
void |
ontologiesChanged(java.util.List<? extends OWLOntologyChange> changes)
Called when some changes have been applied to various ontologies. |
| Methods inherited from class org.semanticweb.owl.util.OWLOntologyChangeFilter |
|---|
getOntology, isAdd, isRemove, processChanges, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilteringOWLOntologyChangeListener()
| Method Detail |
|---|
public final 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||