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

uk.ac.manchester.cs.owl.explanation.ExplanationLogging Maven / Gradle / Ivy

Go to download

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