- deactivateActionMonitoring() - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Deactivates action monitoring.
- decoupleDemand(long) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Decouples a demand from an upper layer link.
- decoupleDemand(long, long) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Decouples a demand from an upper layer link.
- decoupleLink(long) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Decouples a link from a lower layer demand.
- decoupleLink(long, long) - Method in class com.net2plan.interfaces.networkDesign.NetPlan
-
Decouples a link from a lower layer demand.
- DEFAULT_MODULATION_SET - Static variable in class com.net2plan.libraries.FlexGridUtils.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).
- DEFAULT_TYPE - Static variable in class com.net2plan.interfaces.simulation.SimEvent
-
Default type for events.
- demandAdded(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- demandAdded(long, long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- demandModified(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- demandModified(long, long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- demandRemoved(long, long, long, double, Map<String, String>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- demandRemoved(long, long, long, long, double, Map<String, String>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- 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.