JESS: RE:

2002-02-27 Thread Eyassu, Daniel
What is this? -Original Message- From: necati kocyigit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 7:56 PM To: [EMAIL PROTECTED] Subject: Merhaba, Harhangi bir turk veya turkce bilen kullanici var mi? Oncelikle anadilimde problemimi anlatmak isterim. Ben Ariza

Re: JESS: RE:

2002-02-27 Thread MindFields
He is some turkish guy trying to develop an expert system for detecting errors/malfunctions.. He says he is new to JESS and is looking for other turkish users so that he can explain his problems in the language he is more comfortable with.. So, nothing to worry about :) On Wed, 27 Feb 2002,

[no subject]

2002-02-27 Thread aredon
Hi! I'd like to manipulate a FactId Object with an external Object of a rete engin. Can someone tell me the best way to do it? Here is an exemple of the code ... (defrule foo-bar ?a - (foo bar) = (bind ?Obj (fetch ?OBJ)) (call ?Obj ?a)) ;(?a: FactId) ... and somewhere in my java code

JESS: Re: your mail

2002-02-27 Thread ejfried
In Jess 6: technically, ?a is a jess.Value of type RU.FACT; but practically, it's like a RU.EXTERNAL_ADDRESS holding a jess.Fact. Make your method accept a jess.Fact, and it will be called successfully. In Jess 5, there's no easy way to do this -- no way I can think of, actually. This is one