Hello,
I have the following code:
Rete Engine = new Rete ();
Engine.batch ( "c: \ \ example.clp");
As a result of the execution of this program java, an undetermined number of
facts with the following structure:
(Deftemplate Student
(Slot name (type string))
(Slot age (integer)) )
Will be loaded in the working memory .
After the execution of these two instructions, I want to be able to view
this set of facts in the console JAVA in the following manner:
The students are: name age
Brian 18
Steven 21
Charly 23
Jessy 19
. .
. .
. .
Thanks in advance.
--
View this message in context:
http://www.nabble.com/JESS-and-JAVA-tp16511413p16511413.html
Sent from the Jess mailing list archive at Nabble.com.
--------------------------------------------------------------------
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]
--------------------------------------------------------------------