| 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 |
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.
|
| 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) |