Hi,
How can we store the objects in rule engine using JSR-94 specs?
They have following method to excecute.
List resultList = statelessRuleSession.executeRules(inputs);
The inputs is the list. But I want to assign input to particular one like
rete.store("Foo", ObjectFoo); so on.
Any ideas?
Thanks
Bhaskar
--------------------------------------------------------------------
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]
--------------------------------------------------------------------