Re: JESS: Question on defadvice

2006-02-21 Thread ejfried
I think Lakshmi Vempati wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I am trying to use defadvice (before reset and after clear) and I > noticed the following problem: > > If reset (or clear) is invoked via a a programmatic call to the reset > (or clear) method defined in the

JESS: Question on defadvice

2006-02-21 Thread Lakshmi Vempati
I am trying to use defadvice (before reset and after clear) and I noticed the following problem: If reset (or clear) is invoked via a a programmatic call to the reset (or clear) method defined in the Rete class, it does not trigger the defadvice but if instead I execute either reset (or clear

Re: JESS: Delete redundant / old facts

2006-02-21 Thread ejfried
I think Bogdan Werth wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > > Hello Jess-list, > I wonder if it is possible to delete old rules/facts in a > while-loop if they all contain the same ID in either > rule-name or fact-name.

Re: JESS: persistent storage of facts and rules

2006-02-21 Thread ejfried
I think Matthew Hutchinson wrote: > g'day everyone, > > when it comes to sotrage of rules and facts, how are most people handling > it? Are you using JessML? Also, has anyone been storing the JessML in a > database? I don't think too many projects are using JessML yet, although I expect that many