Re: JESS: Defrule bind get-member crashes: Bad slot value at token '('.

2011-03-07 Thread Jevon Wright
)) (PageImpl (OBJECT ?container)) (test (progn (bind ?children (get-member ?container children))) (member$ ?property ?children))) = ((System.out) println ...) ) On Mar 4, 2011, at 2:18 AM, Jevon Wright wrote: Hi all, I am trying to write a Jess rule program to perform inference on an EMF

Re: JESS: Defrule bind get-member crashes: Bad slot value at token '('.

2011-03-11 Thread Jevon Wright
getChildren) contains ?property) ) -W On 8 March 2011 03:16, Jevon Wright je...@jevon.org wrote: Hi all, Thanks for your suggestions Ernest and Wolfgang, they definitely helped. I am now using the following rule:  (defrule check-printout3    (BooleanPropertyImpl (OBJECT ?property