Edge Cost Observables Data
data class EdgeCostObservablesData(val supplier: NetworkNodeIfc?, val customer: DemandSenderIfc, val shipmentCount: Double, val totalLoadWeight: Double, val totalLoadCube: Double) : EdgeCostObservables(source)
Constructors
Link copied to clipboard
constructor(supplier: NetworkNodeIfc?, customer: DemandSenderIfc, shipmentCount: Double, totalLoadWeight: Double, totalLoadCube: Double)
Properties
Link copied to clipboard
Link copied to clipboard
Count of completed shipments on this edge (post-warmup). Mirrors the carrier's per-destination getNumberOfDemandShipments.
Link copied to clipboard
Link copied to clipboard
Cumulative cube; analogous to totalLoadWeight.
Link copied to clipboard
Cumulative weight of all shipments on this edge (post-warmup). For a per-demand carrier this is the sum of demand.weight; for a load carrier it is the sum of load.weight.