Class PortableRoute
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.websocket.PortableRoute
-
-
Constructor Summary
Constructors Constructor Description PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortableLocationgetDepot()List<List<PortableCoordinates>>getTrack()PortableVehiclegetVehicle()List<PortableLocation>getVisits()
-
-
-
Constructor Detail
-
PortableRoute
PortableRoute(PortableVehicle vehicle, PortableLocation depot, List<PortableLocation> visits, List<List<PortableCoordinates>> track)
-
-
Method Detail
-
getVehicle
public PortableVehicle getVehicle()
-
getDepot
public PortableLocation getDepot()
-
getVisits
public List<PortableLocation> getVisits()
-
getTrack
public List<List<PortableCoordinates>> getTrack()
-
-