<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Russ Abbott wrote:
<blockquote
 cite="mid:15fe0a4a0908221552l6ca1aefao3726ca701cbff4a7@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">Hi,<br>
  <br>
I'm interested in developing (if it doesn't already exist) and then
using a framework for agent-based modeling in which the agents are rule
driven. An important feature is that the agents and their rules must be
dyanically manipulable. That is, both the agents and the rules must be
first class objects that can be manipulated as the system is running.
Can Drools support that?<br>
  <br>
As someone not familiar with Drools I did my best to find out by
looking at the <a moz-do-not-send="true"
 href="http://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-expert/html_single/index.html"
 target="_blank">Drools Expert User's Manual</a>. From what I could
tell, the <a moz-do-not-send="true"
 href="http://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-expert/html_single/index.html#d0e5774"
 target="_blank">Template feature</a> in which one uses Java objects as
Template data sources comes close.&nbsp; I'd like your advice before putting
too much development effort into attempting to use it for that purpose.
  <br>
  <br>
In particular, would it be possible to set up a mechanism that could:
create and delete agents on the fly; associate rule sets with agents on
the fly; and modify the rules associated with an agent on the fly?&nbsp;
After each such action the system would change to reflect the change in
agents and rules.<br>
  </div>
</blockquote>
This is something I'm slowly working towards. I'm currenlty building an
architecture to be able to work with drools remotely - which is a bit
more than sticking an existing drools interface on a remoting tool. I
then want to try combining this with something like the rio-project,
which seems to do many of the other requirements you want.<br>
<br>
Mark<br>
<blockquote
 cite="mid:15fe0a4a0908221552l6ca1aefao3726ca701cbff4a7@mail.gmail.com"
 type="cite">
  <div class="gmail_quote"><br>
Thanks for your help.<br>
  <font color="#888888"><br>
-- Russ Abbott<br>
  </font><br>
P.S. If Drools would not be a good choice, is there some other system
that you could recommend?<br>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>