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

org.protege.editor.owl.ui.renderer.context.NullDeprecatedObjectChecker Maven / Gradle / Ivy

package org.protege.editor.owl.ui.renderer.context;

import org.semanticweb.owlapi.model.OWLEntity;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 01/10/2012 */ public class NullDeprecatedObjectChecker implements DeprecatedObjectChecker { public boolean isDeprecated(OWLEntity entity) { return false; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy