- dB2linear(double) - Static method in class com.net2plan.libraries.OpticalImpairmentUtils
-
Converts dB value into linear
- dB2linear(double[]) - Static method in class com.net2plan.libraries.OpticalImpairmentUtils
-
Converts dB array into linear
- decouple() - Method in class com.net2plan.interfaces.networkDesign.Demand
-
Decouples this demand from an other layer link.
- decouple() - Method in class com.net2plan.interfaces.networkDesign.Link
-
- decouple() - Method in class com.net2plan.interfaces.networkDesign.MulticastDemand
-
Decouples this mulicast demand from a set of upper layer
Links
.
- decouple() - Method in class com.net2plan.research.niw.networkModel.WIpLink
-
Decouples this IP link, if it is coupled to a lightpath
- decouple() - Method in class com.net2plan.research.niw.networkModel.WLightpathRequest
-
Decouples this lightpath request to the IP link it was coupled to, if any
- DEFAULT_MODULATION_SET - Static variable in class com.net2plan.libraries.WDMUtils.ModulationFormat
-
Default set of available modulations (BPSK, QPSK, 8-QAM, 16-QAM).
- DEFAULT_PRIORITY - Static variable in class com.net2plan.interfaces.simulation.SimEvent
-
Default priority for events (higher values give higher priority).
- Demand - Class in com.net2plan.interfaces.networkDesign
-
This class contains a representation of a unicast demand.
- demand - Variable in class com.net2plan.interfaces.simulation.SimEvent.DemandModify
-
- demand - Variable in class com.net2plan.interfaces.simulation.SimEvent.DemandRemove
-
- demand - Variable in class com.net2plan.interfaces.simulation.SimEvent.MulticastDemandModify
-
- demand - Variable in class com.net2plan.interfaces.simulation.SimEvent.RouteAdd
-
- demand - Variable in class com.net2plan.libraries.WDMUtils.LightpathAdd
-
The WDM demand the lightpath belongs to
- Demand.IntendedRecoveryType - Enum in com.net2plan.interfaces.networkDesign
-
- DemandAdd(Node, Node, NetworkLayer, double, Constants.RoutingType) - Constructor for class com.net2plan.interfaces.simulation.SimEvent.DemandAdd
-
Default constructor.
- demandAddedToFillByProcessor - Variable in class com.net2plan.interfaces.simulation.SimEvent.DemandAdd
-
- DemandModify(Demand, double, boolean) - Constructor for class com.net2plan.interfaces.simulation.SimEvent.DemandModify
-
Default constructor.
- DemandRemove(Demand) - Constructor for class com.net2plan.interfaces.simulation.SimEvent.DemandRemove
-
Default constructor.
- destinationNode - Variable in class com.net2plan.interfaces.simulation.SimEvent.LinkAdd
-
- dettachFromNode() - Method in class com.net2plan.interfaces.networkDesign.Resource
-
Dettaches this resource from its current node, so it will stop using any base resources.
- divide(double[], double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Divides two arrays element-to-element
- divide(double[], double) - Static method in class com.net2plan.utils.DoubleUtils
-
Divides all elements in an array by a scalar.
- divide(Map<A, Double>, double) - Static method in class com.net2plan.utils.DoubleUtils
-
Divides all elements in a map by a scalar.
- divide(Map<A, Double>, Map<A, Double>) - Static method in class com.net2plan.utils.DoubleUtils
-
Returns the element-wise quotient of two maps.
- divide(int[], int[]) - Static method in class com.net2plan.utils.IntUtils
-
Divides two arrays element-to-element.
- divide(int[], double) - Static method in class com.net2plan.utils.IntUtils
-
Divides all elements in an array by a scalar.
- divide(Map<A, Integer>, double) - Static method in class com.net2plan.utils.IntUtils
-
Divides all elements in a map by a scalar.
- divide(Map<A, Integer>, Map<A, Integer>) - Static method in class com.net2plan.utils.IntUtils
-
Returns the element-wise quotient of two maps.
- divide(long[], double) - Static method in class com.net2plan.utils.LongUtils
-
Divides all elements in an array by a scalar.
- divide(long[], long[]) - Static method in class com.net2plan.utils.LongUtils
-
Divides two arrays element-to-element.
- divideNonSingular(double[], double[]) - Static method in class com.net2plan.utils.DoubleUtils
-
Divides two arrays element-to-element, but when numerator and denominator = 0, returns 0 instead of a singularity (NaN)
- divideNonSingular(int[], int[]) - Static method in class com.net2plan.utils.IntUtils
-
Divides two arrays element-to-element, but when numerator and denominator = 0, returns 0 instead of a singularity (NaN)
- divideNonSingular(long[], long[]) - Static method in class com.net2plan.utils.LongUtils
-
Divides two arrays element-to-element, but when numerator and denominator = 0, returns 0 instead of a singularity (NaN)
- DoubleUtils - Class in com.net2plan.utils
-
Provides extra functionality for double
primitives.
- DynamicSrgAllBidiLinksTwoNodes - Class in com.net2plan.interfaces.networkDesign.dynamicSrgs
-
- DynamicSrgAllBidiLinksTwoNodes() - Constructor for class com.net2plan.interfaces.networkDesign.dynamicSrgs.DynamicSrgAllBidiLinksTwoNodes
-
- DynamicSrgImplementation - Class in com.net2plan.interfaces.networkDesign
-
- DynamicSrgImplementation() - Constructor for class com.net2plan.interfaces.networkDesign.DynamicSrgImplementation
-