Class TrafficLightGetControlledJunctions
java.lang.Object
org.eclipse.mosaic.fed.sumo.bridge.libsumo.TrafficLightGetControlledJunctions
- All Implemented Interfaces:
TrafficLightGetControlledJunctions
public class TrafficLightGetControlledJunctions
extends Object
implements TrafficLightGetControlledJunctions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrafficLightGetControlledJunctions
public TrafficLightGetControlledJunctions()
-
-
Method Details
-
execute
Description copied from interface:TrafficLightGetControlledJunctions
This method executes the command with the given arguments in order to get the controlled junctions in the traffic light simulations.- Specified by:
execute
in interfaceTrafficLightGetControlledJunctions
- Parameters:
bridge
- Connection to Traci.tlId
- Id of the traffic light.- Returns:
- List of the junction Ids
- Throws:
CommandException
- if the status code of the response is ERROR. The connection to SUMO is still available.
-