I am setting the constraint like the following:
constraint = "(KS\\== trader )";
question a/
How do I include more than 1 KS to constrian...I tried the following
with no luck: constraint = "[(KS\\== trader ),(KS \\== monitor )]"; but
that did not work.
question b/
Fortunately my trader knew about an agent called "monitor" that was
setting a similar trigger. Is there a rule of thumb that agents like
these should advertise themselves as a type of "class" and that the
similar agents can filter out events that originate from this similar
class of agents?