Re: JESS: Setting Shadow Facts In Defrules

2008-11-20 Thread Wolfgang Laun
On Thu, Nov 20, 2008 at 3:48 PM, John Chrysakis <[EMAIL PROTECTED]>wrote: > > Please read my questions below: > > On Mon, 17 Nov 2008, Wolfgang Laun wrote: > > > The Jess User Manual 5.3.2 explains about the OBJECT slot in shadow facts > > which you > > get in addition to those derived from the Ja

Re: JESS: API for Deffunction: opaque parameter propagation

2008-11-20 Thread Wolfgang Laun
Here is the full story. This was triggered by the recent request for advice on defadvice. I had this userfunction (see below) lying around, incomplete for the same reason I cannot complete it now. The idea is to create, by a call (tolnil x f1 f2 f3) the functions f1x, f2x, f3x which will do th

Re: JESS: Generic Rules Modelling for using OWL Ontology

2008-11-20 Thread Hal Hildebrand
Are you talking about defaults? If so, then the java object itself can set the default state of the slot. However, there's really nothing that either Jess or Java is going to provide to help you set up the initial state of a system which cannot be set up via some algorithm. If there is no progr

Re: JESS: Setting Shadow Facts In Defrules

2008-11-20 Thread John Chrysakis
Please read my questions below: On Mon, 17 Nov 2008, Wolfgang Laun wrote: > The Jess User Manual 5.3.2 explains about the OBJECT slot in shadow facts > which you > get in addition to those derived from the Java class fields. It contains a > reference to the > Java object. Chapter 8 contains deta

Re: JESS: Generic Rules Modelling for using OWL Ontology

2008-11-20 Thread John Chrysakis
Another problem for this issue is: How to massively fill in the slots for all the shadow facts? (?door1 setState "open") (?door2 setState "open") (?door3 setState "closed") ...etc I'm waiting for your answer, thanks, On Mon, 17 Nov 2008, John Chrysakis wrote: > > I am using an owl ontology