JESS: How to Back question in consultation

2008-01-14 Thread Barlianti Vavorita
hello, im sorry for disturbing again. i want to ask question again. i have a problem. i make an aplication that use java netbeans and jess. the aplication is about consultation, so i must make interface that can input from user action. the problem is, i want to go to previous question. how can i

Re: JESS: Jess Casting/ Inheritance

2008-01-14 Thread Wolfgang Laun
Gary Napier wrote: I have an alarm deftemplate derived from my Alarm class. I would like jess to analyse these incoming alarms and highlight the important ones. So the output from jess is Super_Alarm. Both classes share many slots / fields. Now the question. If i have *deftemplate*

Re: JESS: How to Back question in consultation

2008-01-14 Thread Ernest Friedman-Hill
On Jan 14, 2008, at 8:55 AM, Barlianti Vavorita wrote: public void back() { try { rete.executeCommand((reset)); rete.executeCommand((assert(kembali jawaban-back))); rete.executeCommand((run)); rete.eval((facts)); }