Re: JESS: Comparing Retes

2004-07-29 Thread Sergio Martín Ballesteros
Hello, I am doing a search deep algorithm, and i want to know if there are equals states in order to delete them. Best regards From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JESS: Comparing Retes Date: Wed, 28 Jul 2004 08:44:44 -0700 (PDT) I think

Re: JESS: Comparing Retes

2004-07-29 Thread ejfried
I think =?iso-8859-1?B?U2VyZ2lvIE1hcnTtbiBCYWxsZXN0ZXJvcw==?= wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] Hello, I am doing a search deep algorithm, and i want to know if there are equals states in order to delete them. Hmmm. I suspect we're having some troubles

Re: JESS: Comparing Retes

2004-07-29 Thread Sergio Martín Ballesteros
Hello, Which is the best way to compare facts and compare java Objetcs themselves? Thanks and sorry for my poor english. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JESS: Comparing Retes Date: Thu, 29 Jul 2004 05:57:12 -0700 (PDT) I think

JESS: Help ! How can i implement my Userfunction ?

2004-07-29 Thread Mong-Thao . La
Hallo I am a new jess-user. i have the following function to get slot-value. (deffunction getNachweis () (return (fact-slot-value (fact-id 1) nachweis)) ) The fact with slot named nachweis ist existing. How can i implement this function in Java code ? Thanks la

RE: JESS: Help ! How can i implement my Userfunction ?

2004-07-29 Thread Jason Morris
I think that Mong-Thao wrote: How can i implement this function in Java code ? See http://herzberg.ca.sandia.gov/jess/docs/61/extending.html# for a full explanation. Cheers, -JM Jason Morris Morris Technical Solutions [EMAIL PROTECTED] www.morristechnicalsolutions.com

RE: JESS: Comparing Retes

2004-07-29 Thread Jason Morris
Sergio, The Rete object is a facade http://en.wikipedia.org/wiki/Facade_pattern that wraps Jess's API. It's not really a container for computation per se, rather it's like a convenient control panel for Jess. So, as Ernest pointed out, it's not clear why you are trying to compare Rete