mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update FiniteFleetManagerFactory.java
This commit is contained in:
parent
c06066503a
commit
316379ec6c
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package jsprit.core.problem.vehicle;
|
|||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* Factory that constructs a finite fleetmanager.
|
||||
* Factory that creates a finite fleetmanager.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
@ -19,6 +19,9 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
|||
this.vehicles = vehicles;
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the finite fleetmanager.
|
||||
*/
|
||||
@Override
|
||||
public VehicleFleetManager createFleetManager() {
|
||||
return new VehicleFleetManagerImpl(vehicles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue