> "test" CEs aren't allowed inside "logical", so you have to do the test > in-line. Something like > > (defrule exists-parent > (logical > ?taxon <- (taxon (id ~1) (parent ?parent&:(taxon-exists > ?parent)))) => > (assert (hint "...")))
Thanks, this works great. Looks like I will need to come up with a simplified, application-specific rule syntax for our users... -- Eric Jain -------------------------------------------------------------------- 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] --------------------------------------------------------------------
