Search Mailing List Archives
[protege-discussion] SlotWidget
Samson Tu
swt at stanford.edu
Fri Aug 1 20:36:52 PDT 2008
florencia liggerini wrote:
>
> Hi Jonathan, thanks for your help, but I have a multivalued slot that
> can have instances and numbers, so I need a SlotWidget that support any
> kind of valueType at the same time.
> Do you know if this is possible?
Create classes like RealNumber, String, and Boolean with appropriate
value slots, and make your values instances of these classes. Then use
the usual instance list widget. There is no slot widget that will hold
an instance and a plain number at the same time.
Samson
More information about the protege-discussion
mailing list