Hello,

quick question - it appears to me, that I cannot use a name like
'MySlot' (with a capital first letter) in a rule, e.g. (here 'Name'):

(defrule warn-if-high
  (tank (Name ?name) (high TRUE) (intact TRUE))
  (not (warning high ?name))
  =>
  (assert (warning high ?name))
  (printout t "WARNING: TANK " ?name " IS HIGH!" crlf)
  )

even if the Java bean's method is actually getName(). On the other hand,
something like 'ID' or 'LCState' is OK. Why that? Any workaraound
besides renaming it everywhere?

Thanks a lot,
        tge

--
Thomas Gentsch

-- 
................................................
          Thomas Gentsch
          --------------
Phone: +49 711 486948       E-mail: [EMAIL PROTECTED]
Mobil: +49 173 6620507
Fax:   +49 711 4687889      WWW:    www.e-tge.de
................................................



---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to