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

org.protege.editor.owl.ui.view.HasDisplayDeprecatedEntities 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.view;

import org.protege.editor.owl.ui.action.ActionTarget;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 16/11/15
 */
public interface HasDisplayDeprecatedEntities extends ActionTarget {

    void setShowDeprecatedEntities(boolean b);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy