Package org.optaweb.vehiclerouting.domain
Domain model. Contains vehicles, depots, visits and so on.
The code in this package only depends on
java.lang and is not affected
by any framework used in this project.-
Class Summary Class Description Coordinates Horizontal geographical coordinates consisting of latitude and longitude.CountryCodeValidator Validates ISO 3166-1 alpha-2 country codes.Distance Location A unique location significant to the user.LocationData Location properties.Route Vehicle's itinerary (sequence of visits) and its depot.RouteWithTrack Vehicle'sitineraryenriched with detailed geographical description of the route.RoutingPlan Route plan for the whole vehicle fleet.RoutingProblem Definition of the vehicle routing problem instance.Vehicle Vehicle that can be used to deliver cargo to visits.VehicleData Data about a vehicle.VehicleFactory CreatesVehicleinstances.