org.protege.editor.owl.codegeneration.GenerateCodeCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-generation Show documentation
Show all versions of code-generation Show documentation
Generate Java code from an OWL ontology in the Protege Desktop editing environment.
The newest version!
/**
*
*/
package org.protege.editor.owl.codegeneration;
import org.protege.editor.owl.model.OWLModelManager;
/**
* @author z.khan
*
*/
public interface GenerateCodeCallback {
/**
* Called when user prompts to generate code
*/
void okClicked();
/**
* Called when user cancels code generation
*/
void cancelClicked();
OWLModelManager getOWLModelManager();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy