mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
added javadocs to core.problem.vehicle.FiniteFleetManagerFactory
This commit is contained in:
parent
f9d4b47bfb
commit
9316e9e067
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
|||
/**
|
||||
* Constucts the factory.
|
||||
*
|
||||
* @param vehicles
|
||||
* @param vehicles vehicles to be added to the fleetManager
|
||||
*/
|
||||
public FiniteFleetManagerFactory(Collection<Vehicle> vehicles) {
|
||||
super();
|
||||
|
|
@ -41,7 +41,7 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
|||
* Creates the finite fleetmanager.
|
||||
*
|
||||
* @return VehicleFleetManager
|
||||
* @throws IllegalStateManager if vehicles == null or vehicles.isEmpty()
|
||||
* @throws java.lang.IllegalStateException if vehicles == null or vehicles.isEmpty()
|
||||
*/
|
||||
@Override
|
||||
public VehicleFleetManager createFleetManager() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue