Search Mailing List Archives
[protege-discussion] SWRL rules in jena
Noman Hasany
snhasany at yahoo.com
Mon Aug 11 21:47:53 PDT 2008
Hello
What is the better source to learn about SWRL rules from the scratch? how can we incorporate SWRL in Jena
Hasany
--- On Mon, 8/11/08, Jennifer Vendetti <vendetti at stanford.edu> wrote:
From: Jennifer Vendetti <vendetti at stanford.edu>
Subject: Re: [protege-discussion] Selectable List
To: "User support for Core Protege and the Protege-Frames editor" <protege-discussion at lists.stanford.edu>
Date: Monday, August 11, 2008, 6:06 PM
SelectableList inherits from JList. So, you can add items to these lists that same way you do it in standard Java coding. You need to get the list's model ( list.getModel() ) and then use the model object to add items ( model.add() or model.addElement() ) . This is documented on Sun's website here:
http://java.sun.com/docs/books/tutorial/uiswing/components/list.html#mutable
Jennifer
Deepak Bapat wrote:
How do you add a String Name to a SelectableList?
Deepak
--
Cornell University '11
Computer Science
Electrical and Computer Engineering
_______________________________________________
protege-discussion mailing list
protege-discussion at lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
_______________________________________________
protege-discussion mailing list
protege-discussion at lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20080811/ebe6e334/attachment.html>
More information about the protege-discussion
mailing list