Package | Description |
---|---|
com.net2plan.interfaces.networkDesign |
Provides a set of classes and interfaces for the network design tool.
|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPlan.addRoutes(CandidatePathList cpl)
Adds traffic routes from a candidate path list.
|
void |
NetPlan.addRoutes(CandidatePathList cpl,
double[] x_p,
boolean includeUnusedRoutes)
Adds traffic routes from a candidate path list.
|
void |
NetPlan.addRoutes(CandidatePathList cpl,
double[] x_p,
double[] y_p,
boolean includeUnusedRoutes)
Adds traffic routes from a candidate path list.
|
void |
NetPlan.addRoutes(long layerId,
CandidatePathList cpl)
Adds traffic routes from a candidate path list.
|
void |
NetPlan.addRoutes(long layerId,
CandidatePathList cpl,
double[] x_p,
boolean includeUnusedRoutes)
Adds traffic routes from a candidate path list.
|
void |
NetPlan.addRoutes(long layerId,
CandidatePathList cpl,
double[] x_p,
double[] y_p,
boolean includeUnusedRoutes)
Adds traffic routes from a candidate path list.
|
Modifier and Type | Method and Description |
---|---|
static Map<Long,FlexGridUtils.ModulationFormat> |
FlexGridUtils.computeModulationFormatPerPath(CandidatePathList cpl,
Map<Long,Double> fiberLengthInKmMap,
Set<FlexGridUtils.ModulationFormat> availableModulationFormats)
Returns the modulation format with the maximum spectral efficiency, while
the optical reach constraint is fulfilled, for each path in a
CandidatePathList
object. |