| Modifier and Type | Method and Description |
|---|---|
Edge |
Vehicle.getCurrentEdge()
Executes an instance of
ReadObjectVarQuery relative to this query,
and returns the corresponding value. |
Edge |
Lane.getParentEdge()
Executes an instance of
ReadObjectVarQuery relative to this query,
and returns the corresponding value. |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
Vehicle.getCurrentRoute()
Executes an instance of
ReadObjectVarQuery relative to this query,
and returns the corresponding value. |
List<Edge> |
Route.getRoute()
Executes an instance of
ReadObjectVarQuery relative to this query,
and returns the corresponding value. |
it.polito.appeal.traci.ReadObjectVarQuery<Edge> |
Vehicle.queryReadCurrentEdge() |
it.polito.appeal.traci.ReadObjectVarQuery<List<Edge>> |
Vehicle.queryReadCurrentRoute() |
it.polito.appeal.traci.ReadObjectVarQuery<Edge> |
Lane.queryReadParentEdge() |
it.polito.appeal.traci.ReadObjectVarQuery<List<Edge>> |
Route.queryReadRoute() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vehicle.changeTarget(Edge value)
Execute an instance of ChangeTargetQuery set to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vehicle.changeRoute(List<Edge> value)
Execute an instance of ChangeRouteQuery set to the given value.
|
Copyright © 2015 Politecnico di Torino. All rights reserved.