Hi,

I am currently developing a JAVA based alarm processor which uses JESS as
the rule-engine interpreting incoming alarms.  I have been experiencing some
problems with creating objects on the right hand side of rules, which can
then be passed back to the JAVA code.

When the conditions on the left hand side of the rules are met the rules
must create an object from a well-formed bean. A single rule may fire
several times for a given fact list and, in each case, the rule must create
a unique object using the bean. Each of these objects must be stored in a
'buffer' which can be accessed by the JAVA code upon completion of the RETE
engine execution. The objects within the buffer must be able to be retrieved
for use by a variety of functions within the JAVA code.

Can anyone help?

Thanks in advance,

John Hossack

===========================================
John Hossack
ScottishPower Research Fellow
Centre for Electrical Power Engineering
University of Strathclyde
204 George Street
Glasgow G1 1XW

Tel:       0141 548 2665
Fax:      0141 552 2487
email:    [EMAIL PROTECTED]
WWW: http://www.isap.eee.strath.ac.uk
===========================================


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