public static class SimEvent.SegmentAdd
extends Object
Modifier and Type | Field and Description |
---|---|
Set<Route> |
associatedRoutes |
double |
reservedLinkCapacity |
ProtectionSegment |
segmentAddedToFillByProcessor |
List<Link> |
seqLinks |
Constructor and Description |
---|
SegmentAdd(Set<Route> associatedRoutes,
List<Link> seqLinks,
double reservedLinkCapacity)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public final Set<Route> associatedRoutes
public final double reservedLinkCapacity
public ProtectionSegment segmentAddedToFillByProcessor
public final List<Link> seqLinks