Difference between revisions of "PluginsForPrompt"

From Protege Wiki
Jump to: navigation, search
Line 8: Line 8:
 
== How to create a plugin ==
 
== How to create a plugin ==
  
* Creating an algorithm plugin
+
* [http://protegewiki.stanford.edu/images/8/82/Prompt_Create_Algorithm_Plugin.pdf Creating an algorithm plugin]
* Creating a mapping UI plugin
+
* [http://protegewiki.stanford.edu/images/b/b9/Prompt_Create_MappingUI_Plugin.pdf Creating a mapping UI plugin]
 
* Contributing a Prompt plugin to be included in the Protege distribution
 
* Contributing a Prompt plugin to be included in the Protege distribution
 
* Getting source code for Prompt and the example plugins
 
* Getting source code for Prompt and the example plugins

Revision as of 15:36, July 23, 2014

Developing plugins for Prompt

Plugin support in Prompt

Similar to Protege, PROMPT supports a plugin framework where developers and researchers can extend both the algorithm functionality of Prompt as well as parts of the user interface. Currently, the framework only supports plugins for merge/mapping algorithms, UI extensions for both the merge and mapping interfaces, and finally an extension to PromptDiff to allow developers to save the calculated operations in different formats. Other extension points are planned for the future.

How to create a plugin