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

edu.stanford.protege.webprotege.mansyntax.render.DeprecatedEntityChecker Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.mansyntax.render;

import org.semanticweb.owlapi.model.OWLEntity;

/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 27/01/15
*/
public interface DeprecatedEntityChecker {

    boolean isDeprecated(OWLEntity entity);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy