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,
double[] x_p,
boolean includeUnusedRoutes)
Adds traffic routes from a candidate path list.
|
Modifier and Type | Method and Description |
---|---|
static ModulationFormatUtils.ModulationFormat[] |
ModulationFormatUtils.computeModulationFormatPerPath(CandidatePathList cpl,
double[] l_e,
ModulationFormatUtils.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. |