Difference between revisions of "PluginsForPrompt"

From Protege Wiki
Jump to: navigation, search
(Created page with "= Developing plugins for Prompt = == Plugin support in Prompt == Similar to Protege, Prompt supports a plugin framework where developers and researchers can extend both...")
 
Line 4: Line 4:
 
== Plugin support in 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.
+
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 ==
 
== How to create a plugin ==

Revision as of 15:32, 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

  • Creating an algorithm plugin
  • Creating a mapping UI plugin
  • Contributing a Prompt plugin to be included in the Protege distribution
  • Getting source code for Prompt and the example plugins