Re: JESS: firing on sub sets [generic example]

2005-09-29 Thread Jason Morris
) (x5 nil)) = ; Rule actions go here... ) This rule would fire on all facts of type A for which these constraints were satisfied. A complete program is given below. Cheers, -Jason - Morris Technical Solutions LLC

Re: JESS: empty list pattern and ppdefrule

2005-11-03 Thread Jason Morris
understand their mechanics, else they introduce an unknown liability in your code. Cheers, Jason - Morris Technical Solutions LLC www.morristechnicalsolutions.com [EMAIL PROTECTED] phone/fax: 503.692.1088

Re: JESS: GUI

2005-11-14 Thread Jason Morris
I think that M.K. wrote: is it possible to add pictures (*.jpg, *.gif etc) to a GUI? If you mean a Jess GUI (like in Jess In Action), then certainly. You can build any Java GUI you want -- Jess places no limitations on you. Any decent book on Java AWT or Swing will show you how to do this. If

Re: JESS: Accessing the Java object behind a shadow fact in a

2005-11-14 Thread Jason Morris
-- Forwarded message -- From: Jason Morris [EMAIL PROTECTED] Date: Nov 14, 2005 11:19 AM Subject: Re: BOUNCE jess-users@sandia.gov: Approval required: To: [EMAIL PROTECTED] [EMAIL PROTECTED] I think that Erich Oliphant wrote: I see the methods that flag shadow facts but nothing