Hi,
I'm using Eclipse and the JESS plugin. I 've defined a rule that will assert a fact when it fires. An example of the rules is as below:
(defrule productx
(productx
(price ?p &: (< ?p 10))
(quality ?q &: (> ?q 5)))
=>
(assert (productx -ok)))
But I've got the following warning message for all RHS of the rules at the "(assert (productx-ok)))"
creating implied deftemplate at token 'productx-ok'
What is the wrong with my code?
regards
irejai
- JESS: warning message m u
- Re: JESS: warning message ejfried
- JESS: Looking for Experienced Jess Consultants Gavin Nunns
- RE: JESS: warning message Richard F Long
