Package | Description |
---|---|
com.net2plan.research.niw.networkModel |
Modifier and Type | Method and Description |
---|---|
WLightpathUnregenerated |
WLightpathRequest.addLightpathUnregenerated(List<WFiber> sequenceFibers,
SortedSet<Integer> occupiedSlots,
boolean isBackupRoute)
Adds a lightpath realizing this lightpath request.
|
WLightpathUnregenerated |
WAbstractNetworkElement.getAsLightpathUnregenerated()
Casts this element to a WLightpathUnregenerated object (fails if it is not an object of such type)
|
Modifier and Type | Method and Description |
---|---|
SortedSet<WLightpathUnregenerated> |
WNode.getIncomingLigtpaths()
Returns the set of incoming lightpaths to the node
|
SortedSet<WLightpathUnregenerated> |
WNode.getInOutOrTraversingLigtpaths()
Returns the set of incoming, outgoing and traversing lightpaths to the node
|
List<WLightpathUnregenerated> |
WNet.getLightpaths()
Returns the list of lightpaths, in increasing order according to its id
|
List<WLightpathUnregenerated> |
WLightpathRequest.getLightpaths()
Returns the set of lightpaths realizing this request.
|
SortedMap<Integer,SortedSet<WLightpathUnregenerated>> |
OpticalSpectrumManager.getOccupiedResources(WFiber fiber)
Given a fiber, returns a map with the occupied optical slot ids, mapped to the set of lightpaths that occupy it.
|
SortedSet<WLightpathUnregenerated> |
WNode.getOutgoingLigtpaths()
Returns the set of outgoing lightpaths of the node
|
SortedSet<WLightpathUnregenerated> |
WFiber.getTraversingLps()
Returns the set of lightpaths that traverse this fiber.
|
Modifier and Type | Method and Description |
---|---|
void |
WLightpathUnregenerated.addBackupLightpath(WLightpathUnregenerated backup)
Adds a backup lightpath to this lightpath
|
boolean |
OpticalSpectrumManager.allocateOccupation(WLightpathUnregenerated lp,
Collection<WFiber> wdmLinks,
SortedSet<Integer> slotIds)
Accounts for the occupation of a lightpath, updating the information in the spectrum manager
|
boolean |
OpticalSpectrumManager.isAlreadyAccounted(WLightpathUnregenerated lp)
Returns true if the indicated lightpath is already accounted in this optical spectrm manager.
|
void |
OpticalSpectrumManager.releaseOccupation(WLightpathUnregenerated lp)
Releases all the optical slots occupied for a given lightpath in this manager
|
void |
WLightpathUnregenerated.removeBackupLightpath(WLightpathUnregenerated backup)
Removes a backup lightpath
|
void |
WLightpathUnregenerated.setAsBackupLightpath(WLightpathUnregenerated mainLp)
Sets this lightpath as a backup lightpath of other lightpath in this request
|
Copyright © 2018. All rights reserved.