It's Rete.setFocus( String name ) >From the Jess side, this call (focus foomodule) is the same as (call (engine) setFocus "foomodule")
In Java: myRete.setFocus( "foomodule" ); -W On Wed, Sep 3, 2008 at 12:18 PM, John Chrysakis <[EMAIL PROTECTED]>wrote: > > Is there a method through Jess Java API which sets the focus module > like "focus" jess function? > > Could yoy please gine me an example of how working with defmodules with > Jess Java Api. (e.g changing the focus from one module to another)? > > Thanks in advanve, > John Chrysakis > > > > -------------------------------------------------------------------- > 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] > -------------------------------------------------------------------- > >
