Network ESCost Calculator
constructor(parent: ModelElement, networkCarrier: TimeBasedNetworkDemandCarrier, esFiller: DemandFillerIfc, destinations: List<DemandSenderIfc>, paramsProvider: () -> CostParams, name: String? = null)(source)
Parameters
parent
the ModelElement parent
network Carrier
the shared network carrier (the ES routes its outbound through this carrier under NetworkTimeBased)
es Filler
the ES itself — used as the "filler" key in the carrier's per-edge counter map
destinations
every node currently attached to the ES
params Provider
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