* a string identifying a lane
* @return list of disallowed vehicle classes
*/
public static SumoCommand getDisallowed(String laneID){
return new SumoCommand(Constants.CMD_GET_LANE_VARIABLE, Constants.LANE_DISALLOWED, laneID, Constants.RESPONSE_GET_LANE_VARIABLE, Constants.TYPE_STRINGLIST);
}