}
@Override
protected Status activateBehaviour(Iterator<? extends Agent> agents) {
this.environment.runBehaviour();
Status s = super.activateBehaviour(agents);
if (this.waitDuration>0) {
try {
Thread.sleep(this.waitDuration);
}
catch (InterruptedException e) {