Re: JESS: Can't use funcalls in backchained patterns?
"Ernest Friedman-Hill" <[email protected]>
| Newsgroups | gmane.comp.java.jess |
|---|---|
| Message-ID | <[email protected]> |
It would, but then you'd need a second rule to actually act on the alert. I think Henrique was looking for a way to do it in one rule, imagining that there would be many triggers like this. On Jul 21, 2010, at 10:05 AM, Wolfgang Laun wrote: > Why wouldn't a simple > > (defrule r > (k (when ?w)) > => > (schedule-timer-alert (+ ?w 3000)) > ) > > be sufficient? > > -W > --------------------------------------------------------- Ernest Friedman-Hill Informatics & Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com -------------------------------------------------------------------- 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]. --------------------------------------------------------------------