Uses of Class
de.tudresden.ws.container.SumoStringList
- 
Packages that use SumoStringList Package Description de.tudresden.sumo.cmd de.tudresden.sumo.util de.tudresden.ws de.tudresden.ws.container 
- 
- 
Uses of SumoStringList in de.tudresden.sumo.cmdMethods in de.tudresden.sumo.cmd with parameters of type SumoStringList Modifier and Type Method Description static SumoCommandRoute. add(java.lang.String routeID, SumoStringList edges)Add a new route.static SumoCommandPerson. appendWalkingStage(java.lang.String personID, SumoStringList edges, double arrivalPos, double duration, double speed, java.lang.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 personstatic SumoCommandLane. setAllowed(java.lang.String laneID, SumoStringList allowedClasses)Set a list of allowed vehicle classes.static SumoCommandLane. setDisallowed(java.lang.String laneID, SumoStringList disallowedClasses)Set a list of disallowed vehicle classes.static SumoCommandVehicle. setRoute(java.lang.String vehID, SumoStringList edgeList)Sets the IDs of the edges the vehicle's route is made of.static SumoCommandPolygon. setShape(java.lang.String polygonID, SumoStringList shape)Set the shape of this polygon.static SumoCommandVehicle. setVia(java.lang.String vehID, SumoStringList edgeList)Sets the line information for this vehicle.
- 
Uses of SumoStringList in de.tudresden.sumo.utilMethods in de.tudresden.sumo.util that return SumoStringList Modifier and Type Method Description SumoStringListConvertHelper. getStringList(java.lang.Object obj)
- 
Uses of SumoStringList in de.tudresden.wsMethods in de.tudresden.ws with parameters of type SumoStringList Modifier and Type Method Description voidTraci. Lane_setAllowed(java.lang.String laneID, SumoStringList allowedClasses)voidTraci. Lane_setDisallowed(java.lang.String laneID, SumoStringList disallowedClasses)voidTraci. Polygon_setShape(java.lang.String polygonID, SumoStringList shape)voidTraci. Route_add(java.lang.String routeID, SumoStringList edges)voidTraci. Vehicle_setRoute(java.lang.String vehID, SumoStringList edgeList)
- 
Uses of SumoStringList in de.tudresden.ws.containerFields in de.tudresden.ws.container declared as SumoStringList Modifier and Type Field Description SumoStringListSumoStage. edges
 
-