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.cmd
Methods in de.tudresden.sumo.cmd with parameters of type SumoStringList Modifier and Type Method Description static SumoCommand
Route. add(java.lang.String routeID, SumoStringList edges)
Add a new route.static SumoCommand
Person. 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 SumoCommand
Lane. setAllowed(java.lang.String laneID, SumoStringList allowedClasses)
Set a list of allowed vehicle classes.static SumoCommand
Lane. setDisallowed(java.lang.String laneID, SumoStringList disallowedClasses)
Set a list of disallowed vehicle classes.static SumoCommand
Vehicle. setRoute(java.lang.String vehID, SumoStringList edgeList)
Sets the IDs of the edges the vehicle's route is made of.static SumoCommand
Polygon. setShape(java.lang.String polygonID, SumoStringList shape)
Set the shape of this polygon.static SumoCommand
Vehicle. setVia(java.lang.String vehID, SumoStringList edgeList)
Sets the line information for this vehicle. -
Uses of SumoStringList in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return SumoStringList Modifier and Type Method Description SumoStringList
ConvertHelper. getStringList(java.lang.Object obj)
-
Uses of SumoStringList in de.tudresden.ws
Methods in de.tudresden.ws with parameters of type SumoStringList Modifier and Type Method Description void
Traci. Lane_setAllowed(java.lang.String laneID, SumoStringList allowedClasses)
void
Traci. Lane_setDisallowed(java.lang.String laneID, SumoStringList disallowedClasses)
void
Traci. Polygon_setShape(java.lang.String polygonID, SumoStringList shape)
void
Traci. Route_add(java.lang.String routeID, SumoStringList edges)
void
Traci. Vehicle_setRoute(java.lang.String vehID, SumoStringList edgeList)
-
Uses of SumoStringList in de.tudresden.ws.container
Fields in de.tudresden.ws.container declared as SumoStringList Modifier and Type Field Description SumoStringList
SumoStage. edges
-