Interface RampMeteringLightController
-
- All Known Implementing Classes:
CycleTimeLightController
public interface RampMeteringLightController
Interface for controllers of traffic lights for ramp metering.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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
Disables the traffic lights.void
enable(Duration cycleTime)
Enables, or keep enabled, the controller.
-
-
-
Method Detail
-
disable
void disable()
Disables the traffic lights.
-
enable
void enable(Duration cycleTime)
Enables, or keep enabled, the controller.- Parameters:
cycleTime
- Duration; cycle time
-
-