Re: JESS: Date: Thu, 2 Dec 2004 11:07:55 -0000

2004-12-02 Thread Richard Long
Kaisi, You need to attach a printout of the Java and jess code, in order to see what's going on. On Thu, 2004-12-02 at 09:21, [EMAIL PROTECTED] wrote: Hi I tried to embed a jess engine in my Java program and everything went fine until I tried to use the rununtilhalt method to get the

Re: JESS: Jess IDE

2003-12-11 Thread Richard Long
The newer VIM (Vi IMproved) and GVIM have very good syntax highlighting for JESS, which work out of the box on *.clp files with no preferences settings required. - Original Message - From: Bill Wheeler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 10:46 AM

JESS: Re: Problem with math

2003-11-18 Thread Richard Long
(+ 3 (JoFi)) Remember, functions are in parenthesis. ;-) - Original Message - From: Sander Rensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:18 AM Subject: JESS: Problem with math Hi all, I need a function that can parse the next sentence: (+ 3

Re: JESS: Modifying facts that are created from a definstancenot working

2002-02-01 Thread Richard Long
We've created a defadvice for the modify function to automatically update the shadow facts without resetting the engine. Here it is, for anyone else who may need this behavior: (defadvice after modify (if (?retval isShadow) then (bind ?_object (fact-slot-value ?retval OBJECT))

JESS: Re: Reset Problem of facts and activation

2002-01-14 Thread Richard Long
Ernest or the many readers of this users group can suggest a solution. ___ Richard Long Senior Software Developer Gestalt-LLC 227 N. Magnolia Ave. Orlando, FL 32801 Phone: 407 839-8481 Fax:407 839-0466 Cell: 407 491-8628 Value beyond the sum of the parts

JESS: Extending 'modify' for static definstances

2000-06-28 Thread Richard Long
lly parsed into Jess automatically. I'll post the recurse.clp file here if anyone is interested. Richard Long Senior Consultant Breakaway Solutions, Inc. 20 North Orange Ave, 14th Floor Orlando, FL 32801 http://www.breakaway.com GET T

RE: JESS: A modest proposal

2000-02-23 Thread Richard Long
just fine. Dr. Friedman-Hill's proposed changes will be of great use, and would not appear to break any CLIPS code generated by this particular utility. BTW, I think that I've convinced the author of EZ-Xpert to support JESS directly in the next official release :-) Richard Long Senior