Uses of Class
org.optaweb.vehiclerouting.plugin.websocket.PortableVehicle
-
Packages that use PortableVehicle Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket. -
-
Uses of PortableVehicle in org.optaweb.vehiclerouting.plugin.websocket
Methods in org.optaweb.vehiclerouting.plugin.websocket that return PortableVehicle Modifier and Type Method Description (package private) static PortableVehiclePortableVehicle. fromVehicle(Vehicle vehicle)PortableVehiclePortableRoute. getVehicle()Methods in org.optaweb.vehiclerouting.plugin.websocket that return types with arguments of type PortableVehicle Modifier and Type Method Description List<PortableVehicle>PortableRoutingPlan. getVehicles()Constructors in org.optaweb.vehiclerouting.plugin.websocket with parameters of type PortableVehicle Constructor Description PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)Constructor parameters in org.optaweb.vehiclerouting.plugin.websocket with type arguments of type PortableVehicle Constructor Description PortableRoutingPlan(PortableDistance distance, List<PortableVehicle> vehicles, PortableLocation depot, List<PortableLocation> visits, List<PortableRoute> routes)
-