Re: JESS: Asserting facts wiith object slots

2006-01-03 Thread erich.oliphant
Yes, it was a parentheses issue thanks! On Sat, 31 Dec 2005 07:02:24 -0800 (PST), ejfried wrote > I think erich.oliphant wrote: > [Charset iso-8859-1 unsupported, filtering to ASCII...] > > > > (defrule assert-a-temp > >=> > >(bind ?objRef (get-a-ref-to-java-class)) > >(assert (temp (

Re: JESS: Asserting facts wiith object slots

2005-12-31 Thread ejfried
I think erich.oliphant wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > (defrule assert-a-temp >=> >(bind ?objRef (get-a-ref-to-java-class)) >(assert (temp (x "val") (y ?objRef > > When I have (watch all) on, I see something like: > ==> f-2 (MAIN::temp (x "val")