dear all,


i would like to know if one can define a rule which stops the inference process (firing all rules), when a certain fact is added to the kb


e.g.: (deftemplate result (slot var1) (slot var2))
       a rule, that fires, has (result (var1 1) (var2 2)) on its RHS

can one define a rule that stops the inference process, when the first fact of 'template'/'type' result is added to the kb (e.g. by the above rule)


i would need this 'stop', because i only need one valid result and it is not necessary to wait until all results are computed



thanks for your help and time kind regards markus

--------------------------------------------------------------------
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