- backupRSA - Variable in class com.net2plan.libraries.WDMUtils.LightpathAdd
-
The RSA of the backup lightpath to add as a protection segment (or null if none)
- bimodalUniformRandom(int, double, double, double, double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Generates a traffic matrix using a bimodal uniform random distribution,
that is, a distribution in which a value is taken for a uniform random
distribution with probability p, and from the other one with
probability 1-p.
- BooleanUtils - Class in com.net2plan.utils
-
Provides extra functionality for boolean
data.
- BPSK - Static variable in class com.net2plan.libraries.WDMUtils.ModulationFormat
-
BPSK format (optical reach = 9600 km, spectral efficiency = 1 bps/Hz).
- browse(URI) - Static method in class com.net2plan.utils.HTMLUtils
-
Opens a browser for the given URI
.
- buildAuxiliaryNodeDisjointGraph(Graph<Node, Link>, Node, Node) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
-
Builds an auxiliary graph for the application of edge-disjoint shortest-path pair algorithms to node-disjoint problems.
- buildAuxiliaryNodeDisjointGraph(Graph<Node, Link>, Transformer<Link, Double>, Node, Node) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
-
Builds an auxiliary graph for the application of edge-disjoint shortest-path pair algorithms to node-disjoint problems.