Uses of Class
org.optaweb.vehiclerouting.domain.Route
-
Packages that use Route Package Description org.optaweb.vehiclerouting.domain Domain model. -
-
Uses of Route in org.optaweb.vehiclerouting.domain
Subclasses of Route in org.optaweb.vehiclerouting.domain Modifier and Type Class Description classRouteWithTrackVehicle'sitineraryenriched with detailed geographical description of the route.Constructors in org.optaweb.vehiclerouting.domain with parameters of type Route Constructor Description RouteWithTrack(Route route, List<List<Coordinates>> track)Create a route with track.
-