Aggregate Transport Response
Aggregate transport statistics across multiple TransportDelay instances: amount-in-transit (time-weighted), transit time (per-shipment average), and number of shipments.
The transit-time aggregate is a plain Response without an observer chain (KSL has no chaining-aggregator for non-time-weighted responses; same Session-8 deviation as in AggregateInventoryResponse). Callers that want it filled must push values directly.
Parameters
parent model element under which the aggregate responses live
name prefix for the aggregate responses
See sc.transportlayer.AggregateTransportResponse
Properties
Transit-time aggregate. Plain Response — KSL has no chaining aggregator for non-time-weighted responses. Callers update directly.
Functions
Wire transportDelay's responses into the aggregates. The time-weighted numInTransit and the counter chain via observe(). The transit-time aggregate is NOT chained.