![JAR search and dependency download from the Maven repository](/logo.png)
uk.ac.manchester.cs.owl.explanation.ExplanationLogging Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of explanation-workbench Show documentation
Show all versions of explanation-workbench Show documentation
A plug-in that adds explanation facilities to the Protege Desktop ontology editor.
Written by Matthew Horridge during his PhD at the University of Manchester.
The newest version!
package uk.ac.manchester.cs.owl.explanation;
import org.slf4j.Marker;
import org.slf4j.MarkerFactory;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 17/11/15
*/
public interface ExplanationLogging {
public static final Marker MARKER = MarkerFactory.getMarker("Explanation");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy