Package | Description |
---|---|
com.net2plan.research.niw.networkModel |
Modifier and Type | Method and Description |
---|---|
WLightpathRequest |
WNet.addLightpathRequest(WNode a,
WNode b,
double lineRateGbps,
boolean isToBe11Protected)
Adds a lightpath request to the design
|
WLightpathRequest |
WAbstractNetworkElement.getAsLightpathRequest()
Casts this element to a WLightpathRequest object (fails if it is not an object of such type)
|
WLightpathRequest |
WLightpathRequest.getBidirectionalPair()
If the lightpath is part of a bidirectional pair, returns the opposite lightpath request, if not returns null
|
WLightpathRequest |
WIpLink.getCoupledLpRequest()
Returns the lightpath that this IP link is coupled to, or raises an exception if this IP link is not coupled
|
WLightpathRequest |
WLightpathUnregenerated.getLightpathRequest()
Returns the associated lightpath request
|
Modifier and Type | Method and Description |
---|---|
SortedSet<WLightpathRequest> |
WNode.getIncomingLigtpathRequests()
Returns the set of incoming lightpath requests to the node
|
List<WLightpathRequest> |
WNet.getLightpathRequests()
Returns the list of lightpath requests, in increasing order according to its id
|
SortedSet<WLightpathRequest> |
WNode.getOutgoingLigtpathRequests()
Returns the set of outgoing lightpath requests of the node
|
SortedSet<WLightpathRequest> |
WFiber.getTraversingLpRequestsInAtLeastOneLp()
Returns the set of lightpaths that traverse this fiber
|
Modifier and Type | Method and Description |
---|---|
void |
WIpLink.coupleToLightpathRequest(WLightpathRequest lpReq)
Couples this IP link to the provided lightpath request.
|
SortedMap<WFiber,SortedSet<Integer>> |
OpticalSpectrumManager.getOccupiedResources(WLightpathRequest lp)
Given a lightpath request, returns the optical slots occupied in the traversed fibers
|
Copyright © 2018. All rights reserved.