PluginsForPrompt

From Protege Wiki
Revision as of 15:32, July 23, 2014 by TaniaTudorache (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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