Scott O Farrar wrote: > Could someone clarify if I'm making the correct assumptions regarding the > role of Protege in a Jess system? > > Here's what I think: Protege allows mulitple inheritance, Jess does not. > Using the JessTab, you can produce Jess templates that 'somehow' mimic > multiple inheritance?
That happens to be true (Protege classes allow multiple inheritance; Java classes do not). However, the main idea of JessTab is that it unites Protege's OKBC-compliant frame-based knowledge representation with Jess's rule-base system. It allows you to add rule-based behavior to frame systems constructed within a nice GUI environment. Further discussions should be posted to [EMAIL PROTECTED] Samson -- Samson Tu email: [EMAIL PROTECTED] Stanford Medical Informatics phone: 1-650-725-3391 Stanford University fax: 1-650-725-7944 -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
