if (TrafficParameters.resetRequested) {
this.reset();
try {
LightsPlugin plug = (LightsPlugin) this.getSimTime().getPluginObject(new LightsPlugin().id());
plug.reset(this, this.getParCollection());
} catch (Exception e) {}
// ChartEvent e2 = new ChartEvent("Cars", "Avg. speed", 0);
// e2.setChartFramePos(new Vector2D(0, 300));
// this.getSimTime().broadcastEvent(e2);