mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add javadoc to Vehicle and VehicleImpl
This commit is contained in:
parent
b6d97d6688
commit
36a3eab299
3 changed files with 133 additions and 45 deletions
|
|
@ -42,6 +42,7 @@ public class TestVehicleFleetManager extends TestCase{
|
|||
v1 = VehicleImpl.Builder.newInstance("standard").setLocationId("loc").setType(VehicleTypeImpl.Builder.newInstance("standard", 0).build()).build();
|
||||
v2 = VehicleImpl.Builder.newInstance("foo").setLocationId("fooLoc").setType(VehicleTypeImpl.Builder.newInstance("foo", 0).build()).build();
|
||||
|
||||
// v1.
|
||||
vehicles.add(v1);
|
||||
vehicles.add(v2);
|
||||
fleetManager = new FiniteFleetManagerFactory(vehicles).createFleetManager();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue