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

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

import org.protege.editor.owl.ui.view.AbstractOWLPropertyViewComponent;
import org.semanticweb.owlapi.model.OWLDataProperty;


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

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

*/ public abstract class AbstractOWLDataPropertyViewComponent extends AbstractOWLPropertyViewComponent { /** * */ private static final long serialVersionUID = -8912688176976991148L; protected boolean isOWLDataPropertyView() { return true; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy