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

org.protege.editor.owl.ui.view.CreateNewSiblingTarget Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

There is a newer version: 5.6.4-beta3
Show newest version
package org.protege.editor.owl.ui.view;

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


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Bio-Health Informatics Group
* Date: 09-May-2007

*/ public interface CreateNewSiblingTarget extends ActionTarget { boolean canCreateNewSibling(); void createNewSibling(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy