name
the Name is used in any logging, so each agent can be differentiated (you may have one agent per rulebase that you need in your application). There is also an AgentEventListener interface which you can provide which will call back when lifecycle events happen, or errors/warnings occur. As the updating happens in a background thread, this may be important. The default event listener logs to the System.err output stream.
@author Michael Neale
|
|
|
|
|
|
|
|
|
|
|
|
|
|