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

org.protege.editor.owl.model.OWLEntityDisplayProvider Maven / Gradle / Ivy

package org.protege.editor.owl.model;

import org.semanticweb.owlapi.model.OWLEntity;

import javax.swing.*;


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Medical Informatics Group
* Date: 25-May-2006

* [email protected]
* www.cs.man.ac.uk/~horridgm

*/ public interface OWLEntityDisplayProvider { boolean canDisplay(OWLEntity owlEntity); JComponent getDisplayComponent(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy