Interface RampMeteringLightController
- All Known Implementing Classes:
CycleTimeLightController
public interface RampMeteringLightController
Interface for controllers of traffic lights for ramp metering.
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
-
Method Summary
-
Method Details
-
disable
void disable()Disables the traffic lights. -
enable
void enable(org.djunits.value.vdouble.scalar.Duration cycleTime) Enables, or keep enabled, the controller.- Parameters:
cycleTime
- Duration; cycle time
-