Database Inclusion Plugin Devlopers Notes

From Protege Wiki
Revision as of 13:27, April 14, 2008 by Tredmond (talk | contribs) (New page: __TOC__ == Renaming Frames (or OWL Entities) == The single biggest change in this version is is that Protege frames cannot be renamed. Previously a rename operation consisted of simply ...)

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

Renaming Frames (or OWL Entities)

The single biggest change in this version is is that Protege frames cannot be renamed. Previously a rename operation consisted of simply taking an existing frame and assigning a new name to it. In order to support database inclusion properly, we had to change this. The name is now an immutable part of a frame. In order to "rename" a frame, we need to do a shallow copy of the frame to another frame with the new name and then delete the old frame.

This creates two issues for plugin developers. First,