Hi!
I'd like to manipulate a FactId Object with an external Object of a rete 
engin.
Can someone tell me the best way to do it?
Here is an exemple of the code
...
(defrule foo-bar
?a <- (foo bar)
=>
(bind ?Obj (fetch ?OBJ))
(call ?Obj ?a))  ;<--------(?a: FactId)

...
and somewhere in my java code 
...
public void fooBar(??? factId){
...
}
...

Thanks!
Alain

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to