Package eas.users.ocScenarios.traffic.lights

Examples of eas.users.ocScenarios.traffic.lights.LightsPlugin.reset()


        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);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.