| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem | |
| com.graphhopper.jsprit.core.problem.vehicle |
| Modifier and Type | Method and Description |
|---|---|
Collection<VehicleType> |
VehicleRoutingProblem.Builder.getAddedVehicleTypes()
Gets an unmodifiable collection of already added vehicle-types.
|
Collection<VehicleType> |
VehicleRoutingProblem.getTypes()
Returns the entire, unmodifiable collection of types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VehicleTypeImpl
Implementation of
VehicleType. |
| Modifier and Type | Method and Description |
|---|---|
VehicleType |
VehicleImpl.getType() |
VehicleType |
VehicleImpl.NoVehicle.getType() |
VehicleType |
Vehicle.getType()
Returns the
VehicleType of this vehicle. |
| Modifier and Type | Method and Description |
|---|---|
VehicleImpl.Builder |
VehicleImpl.Builder.setType(VehicleType type)
Sets the
VehicleType. |
Copyright © 2013–2016. All rights reserved.