Uses of Class
org.optaweb.vehiclerouting.plugin.websocket.PortableLocation
-
Packages that use PortableLocation Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket. -
-
Uses of PortableLocation in org.optaweb.vehiclerouting.plugin.websocket
Methods in org.optaweb.vehiclerouting.plugin.websocket that return PortableLocation Modifier and Type Method Description (package private) static PortableLocationPortableLocation. fromLocation(Location location)PortableLocationPortableRoute. getDepot()PortableLocationPortableRoutingPlan. getDepot()Methods in org.optaweb.vehiclerouting.plugin.websocket that return types with arguments of type PortableLocation Modifier and Type Method Description List<PortableLocation>PortableRoute. getVisits()List<PortableLocation>PortableRoutingPlan. getVisits()Methods in org.optaweb.vehiclerouting.plugin.websocket with parameters of type PortableLocation Modifier and Type Method Description (package private) voidWebSocketController. addLocation(PortableLocation request)Create new location.Constructors in org.optaweb.vehiclerouting.plugin.websocket with parameters of type PortableLocation Constructor Description PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)PortableRoutingPlan(PortableDistance distance, List<PortableVehicle> vehicles, PortableLocation depot, List<PortableLocation> visits, List<PortableRoute> routes)Constructor parameters in org.optaweb.vehiclerouting.plugin.websocket with type arguments of type PortableLocation Constructor Description PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)
-