RE: AW: JESS: How to match Pattern in Facts

2004-08-12 Thread calvin pevee
Hi, I am back, I tried out the store/fetch. BUT, it return me only the latest fired facts. Why? I need both (any) facts which is fired. Is like the variable (fact-in-java) is overwritten. How can I get the activated facts out, I mean all the fired facts? Please advice.

Re: AW: JESS: How to match Pattern in Facts

2004-08-12 Thread ejfried
I think calvin pevee wrote: Hi, I am back, I tried out the store/fetch. BUT, it return me only the latest fired facts. Why? I need both (any) facts which is fired. Is like the variable (fact-in-java) is overwritten. How can I get the activated facts out, I mean all the fired facts?

RE: AW: JESS: How to match Pattern in Facts [details]

2004-08-12 Thread Jason Morris
I think that Calvin Pevee wrote: I tried out the store/fetch. BUT, it return me only the latest fired facts. Hi Calvin, Ernest cut to the heart of the matter already, but in your code below, note that every time the rule fires, the value of the stored variable fact-in-java gets replaced,