hi, there, I just wonder if you know how to create fact in the following
case, which I am working on.
(defrule test
(message ?who ?action ?content)
=>
(assert ?content)
)
this rule doesn't work. basically I am trying to assert message content
into a rete engine. I try both ?content and $content. but neither of
them works. do you have any idea how I can construct a fact based on
that content held by ?content or $?content? what kind of type is the
variable of ?content here? for your reference, one example of message
could be like: (message david reply (i_know (fact A in stack 1)). and in
this case, ?content would be (i_know (fact A in stack 1)).
thanks a lot for your information and advice. I look forward to hearing
from you soon.
David
---------------------------------------------------------------------
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]
---------------------------------------------------------------------