JESS: Time-varying methods inside a and in a test

"Skeptic ." <[email protected]> Mon, 18 Jul 2011 11:00:27 -0400
Newsgroups gmane.comp.java.jess
Message-ID <31360_1311004751_p6IFxAxB001635_SNT124-W63012AF0B8DDA412D3053BE4A0@phx.gbl>
Hi,
Is there a good reason why a rule like this :
(defrule r1 [...](test (and (time-varying call1) (time-varying call2))=> [...])
behave differently than one like this :
(defrule r1b[...](test (time-varying call1))(test (time-varying call2))=> [...])
Thanks !