FreePathFleet

constructor(parent: ModelElement, spatialModel: SpatialModel, places: List<LocationIfc> = spatialModel.namedLocations, assignmentPolicy: AssignmentPolicyIfc = NearestVehiclePolicy(), name: String? = null)(source)

Parameters

spatialModel

the layout the places belong to and whose metric measures between them

places

the named places a vehicle can be sent to. Defaults to the model's own named locations, which a DistancesModel maintains and a plane does not