getFacilityCosts method

List<double> getFacilityCosts({
  1. required String attributeName,
  2. required int facilityIndex,
})

Gets facility costs.

Parameters:

  • attributeName — The name of attribute.
  • facilityIndex — The index of facility.

Return Value: A List of double.