public class InfiniteFleetManagerFactory extends Object implements VehicleFleetManagerFactory
| Constructor and Description |
|---|
InfiniteFleetManagerFactory(Collection<Vehicle> vehicles)
Constructs the factory.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleFleetManager |
createFleetManager()
Creates the infinite fleetmanager.
|
public InfiniteFleetManagerFactory(Collection<Vehicle> vehicles)
vehicles - that are used to initialize the fleet managerpublic VehicleFleetManager createFleetManager()
createFleetManager in interface VehicleFleetManagerFactoryCopyright © 2013–2020. All rights reserved.