Class RampMetering
java.lang.Object
org.opentrafficsim.road.network.control.rampmetering.RampMetering
public class RampMetering
extends java.lang.Object
Ramp metering. This consist of a
RampMeteringSwitch
and a RampMeteringLightController
.
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)
-
Method Summary
-
Constructor Details
-
RampMetering
public RampMetering(OTSSimulatorInterface simulator, RampMeteringSwitch rampSwitch, RampMeteringLightController rampLightController)- Parameters:
simulator
- OTSSimulatorInterface; simulatorrampSwitch
- RampMeteringSwitch; ramp metering switchrampLightController
- RampMeteringLightController; ramp metering light controller
-