Class RampMetering
java.lang.Object
org.opentrafficsim.road.network.control.rampmetering.RampMetering
Ramp metering. This consist of a
RampMeteringSwitch
and a RampMeteringLightController
.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
ConstructorDescriptionRampMetering
(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
-