Uses of Class
de.tudresden.sumo.objects.SumoStringList
Packages that use SumoStringList
- 
Uses of SumoStringList in de.tudresden.sumo.cmdMethods in de.tudresden.sumo.cmd with parameters of type SumoStringListModifier and TypeMethodDescriptionstatic SumoCommandRoute.add(String routeID, SumoStringList edges) Add a new route.static SumoCommandPerson.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 SumoCommandLane.setAllowed(String laneID, SumoStringList allowedClasses) Set a list of allowed vehicle classes.static SumoCommandLane.setDisallowed(String laneID, SumoStringList disallowedClasses) Set a list of disallowed vehicle classes.static SumoCommandVehicle.setRoute(String vehID, SumoStringList edgeList) Sets the IDs of the edges the vehicle's route is made of.static SumoCommandPolygon.setShape(String polygonID, SumoStringList shape) Set the shape of this polygon.static SumoCommandVehicle.setVia(String vehID, SumoStringList edgeList) Sets the line information for this vehicle.
- 
Uses of SumoStringList in de.tudresden.sumo.objectsFields in de.tudresden.sumo.objects declared as SumoStringList