Class TrafficLightSetProgram
- java.lang.Object
-
- org.eclipse.mosaic.fed.sumo.bridge.libsumo.TrafficLightSetProgram
-
- All Implemented Interfaces:
TrafficLightSetProgram
public class TrafficLightSetProgram extends Object implements TrafficLightSetProgram
-
-
Constructor Summary
Constructors Constructor Description TrafficLightSetProgram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Bridge bridge, String tlId, String programId)
This method executes the command with the given arguments in order to set the traffic light program.
-
-
-
Method Detail
-
execute
public void execute(Bridge bridge, String tlId, String programId)
Description copied from interface:TrafficLightSetProgram
This method executes the command with the given arguments in order to set the traffic light program.- Specified by:
execute
in interfaceTrafficLightSetProgram
- Parameters:
bridge
- Connection to SUMO.tlId
- Id of the traffic light.programId
- Id of the traffic light program.
-
-