mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add javadoc
This commit is contained in:
parent
ba4340efcf
commit
91e8cd7b56
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ import java.util.Collection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factory that creates an infinite fleetmanager.
|
* Factory that creates an infinite fleetmanager.
|
||||||
|
*
|
||||||
|
* @author schroeder
|
||||||
*/
|
*/
|
||||||
public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
|
|
@ -27,6 +29,8 @@ public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs the factory.
|
* Constructs the factory.
|
||||||
|
*
|
||||||
|
* @param vehicles
|
||||||
*/
|
*/
|
||||||
public InfiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
|
public InfiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
|
||||||
super();
|
super();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue