| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem.job | |
| com.graphhopper.jsprit.core.problem.solution.route | |
| com.graphhopper.jsprit.core.problem.solution.route.activity |
| Modifier and Type | Method and Description |
|---|---|
Shipment |
Shipment.Builder.build()
Builds the shipment.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleRoute.Builder |
VehicleRoute.Builder.addDelivery(Shipment shipment)
Adds a the delivery of the specified shipment.
|
VehicleRoute.Builder |
VehicleRoute.Builder.addDelivery(Shipment shipment,
TimeWindow deliveryTimeWindow) |
VehicleRoute.Builder |
VehicleRoute.Builder.addPickup(Shipment shipment)
Adds a the pickup of the specified shipment.
|
VehicleRoute.Builder |
VehicleRoute.Builder.addPickup(Shipment shipment,
TimeWindow pickupTimeWindow) |
| Modifier and Type | Method and Description |
|---|---|
AbstractActivity |
TourShipmentActivityFactory.createDelivery(Shipment shipment) |
AbstractActivity |
DefaultShipmentActivityFactory.createDelivery(Shipment shipment) |
AbstractActivity |
TourShipmentActivityFactory.createPickup(Shipment shipment) |
AbstractActivity |
DefaultShipmentActivityFactory.createPickup(Shipment shipment) |
| Constructor and Description |
|---|
DeliverShipment(Shipment shipment) |
PickupShipment(Shipment shipment) |
Copyright © 2013–2020. All rights reserved.