mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
mod simpleEx
This commit is contained in:
parent
cd3fc25ed0
commit
cc47719eac
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public class SimpleExample {
|
|||
* get a vehicle type-builder and build a type with the typeId "vehicleType" and a capacity of 2
|
||||
*/
|
||||
VehicleTypeImpl.Builder vehicleTypeBuilder = VehicleTypeImpl.Builder.newInstance("vehicleType", 2);
|
||||
VehicleTypeImpl vehicleType = vehicleTypeBuilder.build();
|
||||
VehicleType vehicleType = vehicleTypeBuilder.build();
|
||||
|
||||
/*
|
||||
* get a vehicle-builder and build a vehicle located at (10,10) with type "vehicleType"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue