Difference between revisions of "Database Inclusion Plugin Devlopers Notes"

From Protege Wiki
Jump to: navigation, search
(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 ...)
(No difference)

Revision as of 13:27, April 14, 2008

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,