Package | Description |
---|---|
de.tudresden.sumo.cmd | |
de.tudresden.sumo.util | |
de.tudresden.ws |
Modifier and Type | Method and Description |
---|---|
static SumoCommand |
Route.add(String routeID,
SumoStringList edges)
Add a new route.
|
static SumoCommand |
Person.appendWalkingStage(String personID,
SumoStringList edges,
double arrivalPos,
int 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.
|
Modifier and Type | Method and Description |
---|---|
SumoStringList |
ConvertHelper.getStringList(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
Traci.Lane_setAllowed(String laneID,
SumoStringList allowedClasses) |
void |
Traci.Lane_setDisallowed(String laneID,
SumoStringList disallowedClasses) |
void |
Traci.Polygon_setShape(String polygonID,
SumoStringList shape) |
void |
Traci.Route_add(String routeID,
SumoStringList edges) |
void |
Traci.Vehicle_setRoute(String vehID,
SumoStringList edgeList) |