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

org.protege.editor.owl.ui.explanation.io.InconsistentOntologyPluginInstance Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.ui.explanation.io;

import org.protege.editor.core.plugin.ProtegePluginInstance;
import org.protege.editor.owl.OWLEditorKit;
import org.semanticweb.owlapi.model.OWLOntology;

public interface InconsistentOntologyPluginInstance extends ProtegePluginInstance {

	void setup(OWLEditorKit editorKit);

	void explain(OWLOntology ontology);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy