Modifier and Type | Field and Description |
---|---|
Demand |
demand |
boolean |
modificationIsRelativeToCurrentOfferedTraffic |
double |
offeredTraffic |
Constructor and Description |
---|
DemandModify(Demand demand,
double offeredTraffic,
boolean modificationIsRelativeToCurrentOfferedTraffic)
Default constructor.
|
public final Demand demand
public final boolean modificationIsRelativeToCurrentOfferedTraffic
public final double offeredTraffic
public DemandModify(Demand demand, double offeredTraffic, boolean modificationIsRelativeToCurrentOfferedTraffic)
demand
- Demand to be modifiedofferedTraffic
- New offered trafficmodificationIsRelativeToCurrentOfferedTraffic
- Wheter or not the modification is relative to the current offered trafficCopyright © 2018. All rights reserved.