8788899091929394959697
public void reset() { this.removeAllAgents(); if (this.managerAgent == null) { this.managerAgent = new ManagerAgent(0, this, this.getPars()); } this.addAgent(this.managerAgent); for (int i = 0; i < ParameterClass.getNumberOfProsumers(); i++) {