* @param tlsID a string identifying the traffic light
* @return list of controlled links
*/
public static SumoCommand getControlledLinks(String tlsID){
return new SumoCommand(Constants.CMD_GET_TL_VARIABLE, Constants.TL_CONTROLLED_LINKS, tlsID, Constants.RESPONSE_GET_TL_VARIABLE, Constants.TYPE_COMPOUND);
}