public static class SimEvent.RouteModify
extends Object
Modifier and Type | Field and Description |
---|---|
double |
carriedTraffic |
double |
occupiedLinkCapacity |
Route |
route |
List<Link> |
seqLinks |
Constructor and Description |
---|
RouteModify(Route route,
List<Link> seqLinks,
double carriedTraffic,
double occupiedLinkCapacity)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |