Class RampMetering
- java.lang.Object
-
- org.opentrafficsim.road.network.control.rampmetering.RampMetering
-
public class RampMetering extends Object
Ramp metering. This consist of aRampMeteringSwitch
and aRampMeteringLightController
.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version May 29, 2019
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description RampMetering(OTSSimulatorInterface simulator, RampMeteringSwitch rampSwitch, RampMeteringLightController rampLightController)
-
-
-
Constructor Detail
-
RampMetering
public RampMetering(OTSSimulatorInterface simulator, RampMeteringSwitch rampSwitch, RampMeteringLightController rampLightController)
- Parameters:
simulator
- OTSSimulatorInterface; simulatorrampSwitch
- RampMeteringSwitch; ramp metering switchrampLightController
- RampMeteringLightController; ramp metering light controller
-
-