Sorry, for a typo. The name of the multislot in the real rule I tried
is "groups".
(defrule test-multislots-2
?f <- (param (groups))
=>
(modify ?f (groups (create$
[EMAIL PROTECTED] wrote:
>> The result I got from rule like:
>> (defrule test-multislots-2
>> ?f <- (param (groups
I think [EMAIL PROTECTED] wrote:
>
>
>
> Ernest,
> Bean Multislot matching now works fine, but there are still some problems.
> The result I got from rule like:
> (defrule test-multislots-2
> ?f <- (param (groups))
> =>
> (modify ?f (param (create$
> is:
Is this a typo on your par
Ernest,
Bean Multislot matching now works fine, but there are still some problems.
In one of the replies to my questions, you wrote:
>I think [EMAIL PROTECTED] wrote:
>>
>>
>>
>> Hi Ernest,
>> Treating empty multislot differently than null multislot makes sense.
>> I tried matching empty multisl
unsubscribe [EMAIL PROTECTED]
-
Eamon Gaffney [EMAIL PROTECTED]
Prompter project
Computer Applications Telephone - 087 2203130
Dublin City University Work - 01 7048003
Dublin 9, Ireland.
Ernest,
After applying suggested fix small example I wrote works. Unfortunately it
seems that matching
Java Beans doesn't work any more. I noticed that not only on my code, but
on examples
like "jess\examples\pumps".
[EMAIL PROTECTED] wrote:
>I think [EMAIL PROTECTED] wrote:
>
>> Ernest,
>>