All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protege.editor.owl.diff.model.DifferenceListener Maven / Gradle / Ivy

Go to download

Plug-in for the Protege Desktop ontology editor for comparing two OWL ontologies.

The newest version!
package org.protege.editor.owl.diff.model;


public interface DifferenceListener {

	void statusChanged(DifferenceEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy