JESS: Diff between rete.run() and rete.executeCommand((run))?

2002-08-26 Thread Alexander Lamb
As in subject, what is the recommended way of doing? Indeed, in the pump example, it is written: Pump p = new Pump(MAIN, t); // Tell Jess about them Funcall f = new Funcall(definstance, rete); f.add(new Value(pump, RU.ATOM)); f.add(new Value(p));

Re: JESS: Diff between rete.run() and rete.executeCommand((run)) ?

2002-08-26 Thread ejfried
I think Alexander Lamb wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] As in subject, what is the recommended way of doing? Indeed, in the pump example, it is written: Pump p = new Pump(MAIN, t); // Tell Jess about them Funcall f = new