On 19.01.2002 you wrote about "Re: JESS: introspection tools":
>Quoting Michael Schillo <[EMAIL PROTECTED]>:
>
>>  On 06.12.2001 you wrote about "JESS: introspection tools":
>[...]
>>
>>  I would love to see an example. Would you mind putting a generated
>>  page on the web and post the URL?
>
>Sorry for the delay.  I just got my computer back from repair.
>
>The lisp program and its output for my JESS application are
>attatched.  Let me know if you have any questions.  At this
>point it only deals with JESS expressions that my application
>uses.  It should warn about the things it doesn't recognize
>though and should also be easy to extend.

this looks nice! I do not know if you are interested in further 
developping the code for this, but I think it would be nice to have 
for each rule an entry a la "triggered by" explaining which rule 
might create a fact that would trigger this rule. So this would be in 
your example:
rule ADJACENT-ENDPOINTS

asserts <>fact ADJACENT-ENDPOINTS
triggered by <>fact EQUIV
triggered by rule EQUIV-EQUIV-MERGE
and so on.
I guess this is only a minor change in the code, as you already know 
which facts trigger the rule and you know which rule asserts these 
facts.

Best regards,

Michael
-- 
DFKI Multiagent Systems Group
Stuhlsatzenhausweg 3, Geb. 43.8, D-66123 Saarbruecken
http://www.virtosphere.de/schillo   Fon: +49 681 302 4578

[EMAIL PROTECTED] is the moderated forum for DAI research in Germany.
See http://vki.first.gmd.de/group/mailing.shtml

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