Package org.movsim.simulator.vehicles.longitudinalmodel

Examples of org.movsim.simulator.vehicles.longitudinalmodel.TrafficLightApproaching


        this.laneChangeModel = lcModel;
        if (laneChangeModel != null) {
            laneChangeModel.initialize(this);
        }
        trafficLightApproaching = new TrafficLightApproaching();

        // needs to be > 0 to avoid lane-changing over 2 lanes in one update step
        assert FINITE_LANE_CHANGE_TIME_S > 0;

        this.color = Colors.randomColor();
View Full Code Here

TOP

Related Classes of org.movsim.simulator.vehicles.longitudinalmodel.TrafficLightApproaching

Copyright © 2018 www.massapicom. 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.