Re: JESS: jess.Value as bean property

2002-11-12 Thread Ina Sollinger
Hi Thomas, to be honest, i only had a very short look on your code and i didnt try sth. with jess.value objects as java properties. however, i might saw sth. in your rule (defclass Attr Attr) (defrule match-attrs (Attr (objName ?n) (value ?v~1)) = (printout t There is an attr ' ?n ':

Re: JESS: parsing floats from java to jess

2002-10-23 Thread Ina Sollinger
) info.elementAt(2)), RU.FLOAT)); I think Ina Sollinger wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] hi all, iam having a very strange problem: iam parsing values from java to jess by using: fInfo.setSlotValue(certainty, new Value(Float.parseFloat((String

Re: JESS: java vs jess: parsing vectors- multivariables ordeftemplates?

2002-10-07 Thread Ina Sollinger
thanx, Ernest ! - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 07, 2002 2:57 AM Subject: Re: JESS: java vs jess: parsing vectors- multivariables or deftemplates? I think Ina Sollinger wrote: [Charset iso-8859-1 unsupported, filtering

Re: JESS: java vs jess: parsing vectors- multivariables ordeftemplates?

2002-10-06 Thread Ina Sollinger
hi, your very quick answer helps me indeed! thank you. iam thinking that using a multivariable for my problem is more convenient when it comes to parse values from java to jess and from jess to java (for instance not calling fact-slot-value or store/ fetch several times). Here you might

JESS: java vs jess: parsing vectors- multivariables ordeftemplates?

2002-10-05 Thread Ina Sollinger
Hi all, i was wondering, if someone could give me an answer on the following 2 questions: 1. is it possible to set up a qualifier on an element of a multivariable in the LHS of a rule? i.e.: imagine iam having a mulitvariable $?example which contains (astring 0.5 0.8) then iam having