NetworkESCostCalculator

constructor(parent: ModelElement, networkCarrier: TimeBasedNetworkDemandCarrier, esFiller: DemandFillerIfc, destinations: List<DemandSenderIfc>, paramsProvider: () -> CostParams, name: String? = null)(source)

Parameters

parent

the ModelElement parent

networkCarrier

the shared network carrier (the ES routes its outbound through this carrier under NetworkTimeBased)

esFiller

the ES itself — used as the "filler" key in the carrier's per-edge counter map

destinations

every node currently attached to the ES

paramsProvider

supplies the cost-rate parameters, resolved at each replication end so rate changes made between replications (e.g. via controls on the owning formulation) take effect