Re: JESS: Jess str-compare problem

2003-06-30 Thread ejfried
I think [EMAIL PROTECTED] wrote: > (PropertyValue > http://www.w3.org/1999/02/22-rdf-syntax-ns#value > ?y > ?s&:(= (str-compare ?s http://www.cse.sc.edu/~fenner/) 0)) ) > > I am not sure what the problem is. Does it have something to do with > the ~ or / in the literal value. N

JESS: Jess str-compare problem

2003-06-30 Thread dukle
Consider the foll. facts in the KB: 404: (MAIN::PropertyValue http://www.w3.org/1999/02/22-rdf-syntax-ns#type cmu-inst:CSCE531_Compiler_Construction cmu-ri-cou:Course) 421: (MAIN::PropertyValue cmu-ri-cou:hasInstructor cmu-inst:CSCE531_Compiler_Cons

Re: JESS: help with defglobals and rules

2003-06-30 Thread ejfried
I think Leandro Felmcio Melari wrote: > Hi, > I am with a problem... > > how can I get the text into the choice and put in a global var and after > I will call the rule with this? > I have absolutely no idea what this question means, nor do I understand the code example. Why don't you tell

JESS: help with defglobals and rules

2003-06-30 Thread Leandro Felmcio Melari
Hi, I am with a problem... how can I get the text into the choice and put in a global var and after I will call the rule with this? for example. choice 1 = test1; (?*t1) choice 2 = test2; (?*t2) (defrule tests ?test <- (?*t1*)(?*t2*) => () ) tks. Leandro ___

JESS: JADE and JESS

2003-06-30 Thread leonardo ayres
hi JESS users, i am studying JESS and the integration with JADE( Java Agent DEvelopment). Someone can send me some examples of these (JADE and JESS integration)? the examples that JADE offers are very simple. thanks and sorry about my poor english, Leonardo Projeto ExpertCop - http://www.seguranca.

RE: JESS: Open Source Java IDE

2003-06-30 Thread Alan Moore
I prefer NetBeans (http://www.netbeans.org) primarily because it does other things besides java, e.g. .jsp/html editing. Maybe I haven't downloaded all the right bits for eclipse so there might be some plug-ins I don't know about yet. alan -Original Message- From: [EMAIL PROTECTED] To: [

Re: JESS: Value type conversion question

2003-06-30 Thread ejfried
I think Myriam Abramson wrote: > > [EMAIL PROTECTED] writes: > > > You might want to read chapter 4 of the Jess manual, especially > > section 4.2.2. > > > Oh, I see. In summary, the values are resolved automatically for > deffunctions but not for java userfunctions? > Indeed, this is corre

Re: JESS: Value type conversion question

2003-06-30 Thread Myriam Abramson
[EMAIL PROTECTED] writes: > You might want to read chapter 4 of the Jess manual, especially > section 4.2.2. > Oh, I see. In summary, the values are resolved automatically for deffunctions but not for java userfunctions? myriam -

Re: JESS: Open Source Java IDE

2003-06-30 Thread ejfried
I think sorokinru wrote: > Hello jess-users, > > I understand that this question is not quite correct, but I whant to > know jess-users opinion that I rate much highly. Shortly, what is a > best free open-source Java IDE? > Eclipse (www.eclipse.org) is the best open-source IDE, without qu

JESS: Open Source Java IDE

2003-06-30 Thread sorokinru
Hello jess-users, I understand that this question is not quite correct, but I whant to know jess-users opinion that I rate much highly. Shortly, what is a best free open-source Java IDE? -- Sincerely, Ru mailto:[EMAIL PROTECTED] --

Re: JESS: Value type conversion question

2003-06-30 Thread ejfried
I think Myriam Abramson wrote: > > Why floatValue, stringValue, etc. need a jess context > parameter but toString does not? I don't understand how the context > parameter is used for converting a jess Value to a simple java type. > A Value may represent a variable or a function call instead of

JESS: Value type conversion question

2003-06-30 Thread Myriam Abramson
Why floatValue, stringValue, etc. need a jess context parameter but toString does not? I don't understand how the context parameter is used for converting a jess Value to a simple java type. TIA, myriam -

Re: JESS: Re: .clp file interface with Java ?

2003-06-30 Thread ejfried
I think Rohan Tandel wrote: > Dear Jess Users, >I have the following doubts: > > 1. Is there any way to interface a CLIPS *.clp file > with Java using JESS? To the extent that this question makes sense, yes, it's simple. Jess has an extensive Java API that you can use to embed it

JESS: Re: .clp file interface with Java ?

2003-06-30 Thread Rohan Tandel
Dear Jess Users, I have the following doubts: 1. Is there any way to interface a CLIPS *.clp file with Java using JESS? 2. Is it possible to automatically load a JESS OR CLIPS file when the JESS environment is loaded? Thanking in anticipation!