JESS: Modifying JavaBeans

2005-08-31 Thread Krasnigor, Scott L (N-AST)
Title: Modifying JavaBeans Sorry to bother everyone. I am trying to play around with JESS embedded in Java to get an understanding of JESS. I created a simple Java bean which contains two properties: range and qualRng. I create the fact within Jess utilizing defclass and definstance.

RE: JESS: Modifying JavaBeans

2005-08-31 Thread Krasnigor, Scott L (N-AST)
dummy-range-doctrine ;; set qualRng to true if trk is in range ?fact - (testTrkClass (range ?x:(= ?x 20)) (qualRng ~TRUE)) = (modify ?fact (qualRng TRUE))) I think Krasnigor, Scott L (N-AST) wrote: Sorry to bother everyone. I am trying to play around with JESS embedded in Java

RE: JESS: Jess70b5 and Eclipse 3.1.1

2006-01-10 Thread Krasnigor, Scott L (N-AST)
Did you try to run eclipe with -clean after extracting the files? This worked for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Frangois Lebeau Sent: Tuesday, January 10, 2006 2:32 PM To: jess-users@sandia.gov Subject: JESS: Jess70b5 and

JESS: Bload question

2006-01-19 Thread Krasnigor, Scott L (N-AST)
Title: Bload question I performed a bsave from an engine that contains only shadow facts (and some simple rules). If I do a bload with that file into a new engine, are the facts that are loaded via the bload command remain shadow facts? Or do I need to re-definstance them in order to see