Uses of Class
org.optaweb.vehiclerouting.plugin.websocket.PortableDistance
-
Packages that use PortableDistance Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket. -
-
Uses of PortableDistance in org.optaweb.vehiclerouting.plugin.websocket
Methods in org.optaweb.vehiclerouting.plugin.websocket that return PortableDistance Modifier and Type Method Description (package private) static PortableDistancePortableDistance. fromDistance(Distance distance)PortableDistancePortableRoutingPlan. getDistance()Constructors in org.optaweb.vehiclerouting.plugin.websocket with parameters of type PortableDistance Constructor Description PortableRoutingPlan(PortableDistance distance, List<PortableVehicle> vehicles, PortableLocation depot, List<PortableLocation> visits, List<PortableRoute> routes)
-