Uses of Class
de.tudresden.sumo.objects.SumoStringList
-
Uses of SumoStringList in de.tudresden.sumo.cmd
Modifier and TypeMethodDescriptionstatic SumoCommand
Route.add
(String routeID, SumoStringList edges) Add a new route.static SumoCommand
Person.appendWalkingStage
(String personID, SumoStringList edges, double arrivalPos, double duration, double speed, String stopID) Appends a walking stage to the plan of the given person The walking speed can either be specified, computed from the duration parameter (in s) or taken from the type of the person.static SumoCommand
Lane.setAllowed
(String laneID, SumoStringList allowedClasses) Set a list of allowed vehicle classes.static SumoCommand
Lane.setDisallowed
(String laneID, SumoStringList disallowedClasses) Set a list of disallowed vehicle classes.static SumoCommand
Vehicle.setRoute
(String vehID, SumoStringList edgeList) Sets the IDs of the edges the vehicle's route is made of.static SumoCommand
Polygon.setShape
(String polygonID, SumoStringList shape) Set the shape of this polygon.static SumoCommand
Vehicle.setVia
(String vehID, SumoStringList edgeList) Sets the line information for this vehicle. -
Uses of SumoStringList in de.tudresden.sumo.objects