Search Mailing List Archives
[protege-discussion] Re "Export To Format HTML " will not display a slot with a customized DisplaySlot
stephanepierre.carrie
stephanepierre.carrie at orange-ftgroup.com
Fri Mar 20 06:23:58 PDT 2009
Subclassing is not the root cause of the bug.
The root cause is that "Export To Format HTML" does not export
a slot if its DisplaySlot has been customized to something
other that :Name.
Looking at Protege source code reveals that slot
selection in the report is based on
a string label comparison. I would say that
a comparison of a non customized displaySlot is done
against a customized displaySlot.
(In HTMLExport::printOwnSlot(...) , the following
test is performed:
config.getSlotsToDisplay().contains(ownSlotName))
More information about the protege-discussion
mailing list