Serialized Form
-
Package org.optaweb.vehiclerouting.plugin.routing
-
Class org.optaweb.vehiclerouting.plugin.routing.RoutingEngineException extends RuntimeException implements Serializable
-
-
Package org.optaweb.vehiclerouting.service.distance
-
Class org.optaweb.vehiclerouting.service.distance.DistanceCalculationException extends RuntimeException implements Serializable
-
-
Package org.optaweb.vehiclerouting.service.error
-
Class org.optaweb.vehiclerouting.service.error.ErrorEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
-
Package org.optaweb.vehiclerouting.service.route
-
Class org.optaweb.vehiclerouting.service.route.RouteChangedEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
depotId
Long depotId
-
distance
Distance distance
-
routes
Collection<ShallowRoute> routes
-
vehicleIds
List<Long> vehicleIds
-
visitIds
List<Long> visitIds
-
-
-