Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
res_create_routing_entity.dart
Go to the documentation of this file.
1class RouteStopEntity {
6
8 required this.arrivalTime,
9 this.finishTime,
10 required this.locationId,
11 required this.locationName,
12 });
13}
14
16 final int numLateVisits;
17 final int numUnserved;
18 final Map<String, List<RouteStopEntity>> solution;
20 final int totalBreakTime;
21 final int totalIdleTime;
22 final int totalTravelTime;
26 final Map<String, int> vehicleOvertime;
27
29 required this.numLateVisits,
30 required this.numUnserved,
31 required this.solution,
32 required this.status,
33 required this.totalBreakTime,
34 required this.totalIdleTime,
35 required this.totalTravelTime,
36 required this.totalVehicleOvertime,
37 required this.totalVisitLateness,
38 required this.totalWorkingTime,
39 required this.vehicleOvertime,
40 });
41}
RouteStopEntity({ required this.arrivalTime, this.finishTime, required this.locationId, required this.locationName, })
class Partner String
final int totalVisitLateness
final Map< String, List< RouteStopEntity > > solution
final int totalVehicleOvertime
final int totalIdleTime
final int numUnserved
class RouteStopEntity numLateVisits
final Map< String, int > vehicleOvertime
final int totalWorkingTime
ResCreateRoutingEntity({ required this.numLateVisits, required this.numUnserved, required this.solution, required this.status, required this.totalBreakTime, required this.totalIdleTime, required this.totalTravelTime, required this.totalVehicleOvertime, required this.totalVisitLateness, required this.totalWorkingTime, required this.vehicleOvertime, })
final int totalTravelTime
final int totalBreakTime