There are many ways you could do this; one simple way is to use the fetch and store functions. There's an example in section 4.4.4 of the manual.
I think Kevin Kelly Aug wrote: > I am attempting to create a java system that uses JESS as the back end > knowledge base. I am allowing facts to use any java object as the > parameters of the fact. Doing that in JESS is very straight forward. > What I can't seem to figure out is how to match on those facts in a > rule. Since the rule can only be created using the executeCommand > method, I need to convert a match with java objects into some sort of > JESS language string. I can't figure out how to do that. Does anybody > know how to do this? > > Thanks, > Kevin Kelly --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- 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] --------------------------------------------------------------------
