Hi,
I've few small questions:
- Is it possible to divide the readme file in smaller peases? It is
now about 100 pages and slow to view with browser.( Jess Functions +
Explanation + etc..)
- I try to undefinstance in java but I was not succeed. I tried
simple pump MainInJava example. As written below any successions
welcome.
- Is it possible to have some public methods (or engine linked
methods) to defclass and definstances and undefinstance to manipulate?
thanks
S.S. OZSARIYILDIZ
snip
----
Tank t = new Tank("MAIN");
Pump p = new Pump("MAIN", t);
Value v = new Value(t, RU.EXTERNAL_ADDRESS);
...
f = new Funcall("definstance", rete);
f.add(new Value("tank", RU.ATOM));
f.add(v);
f.simpleExecute(f, rete.globalContext());
Funcall f3 = new Funcall("undefinstance", rete);
f3.add(new Value("tank", RU.ATOM));
f3.add(v);
f3.simpleExecute(f3, rete.globalContext());
rete.executeCommand("(run)");
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------