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: 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 -