Commit b3eafc92 authored by Jose Ignacio Monreal Bailey's avatar Jose Ignacio Monreal Bailey
Browse files

Adding senior drivers waiting time to the evaluation

parent da70214a
......@@ -48,4 +48,6 @@ public interface VehicleInformationComponent
String getCurrentRoad(String trafficNodeId);
double getVehicleLength();
double getVehicleWaitingTime();
}
......@@ -199,4 +199,6 @@ public interface VehicleController {
String getVehicleCurrentStreet(String vehicleId);
double getVehicleLength(String vehicleID);
double getVehicleWaitingTime(String vehicleID);
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment