| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem | |
| com.graphhopper.jsprit.core.problem.job | |
| com.graphhopper.jsprit.core.problem.vehicle |
| Modifier and Type | Method and Description |
|---|---|
Skills |
Skills.Builder.build()
Builds the skill container and returns it.
|
| Modifier and Type | Field and Description |
|---|---|
protected Skills |
Service.Builder.skills |
| Modifier and Type | Method and Description |
|---|---|
Skills |
Service.getRequiredSkills() |
Skills |
Job.getRequiredSkills() |
Skills |
Shipment.getRequiredSkills() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder<T> |
Service.Builder.addAllRequiredSkills(Skills skills) |
Shipment.Builder |
Shipment.Builder.addAllRequiredSkills(Skills skills) |
| Modifier and Type | Field and Description |
|---|---|
Skills |
VehicleTypeKey.skills |
| Modifier and Type | Method and Description |
|---|---|
Skills |
Vehicle.getSkills() |
Skills |
VehicleImpl.getSkills() |
Skills |
VehicleImpl.NoVehicle.getSkills() |
| Modifier and Type | Method and Description |
|---|---|
VehicleImpl.Builder |
VehicleImpl.Builder.addSkills(Skills skills) |
| Constructor and Description |
|---|
VehicleTypeKey(String typeId,
String startLocationId,
String endLocationId,
double earliestStart,
double latestEnd,
Skills skills,
boolean returnToDepot) |
Copyright © 2013–2020. All rights reserved.