- EARTH_RADIUS_IN_KM - Static variable in class com.net2plan.utils.Constants
-
Earth radius (in kilometers).
- egressNode - Variable in class com.net2plan.interfaces.simulation.SimEvent.DemandAdd
-
- egressNode - Variable in class com.net2plan.libraries.WDMUtils.LightpathAdd
-
The egress node of the lightpath
- egressNode - Variable in class com.net2plan.libraries.WDMUtils.RSA
-
The end node of the lightpath
- endSimulation() - Method in class com.net2plan.interfaces.simulation.IEventGenerator
-
Throws an 'end of simulation' exception, so that the kernel finishes
immediately the simulation, and it triggers the
finish()
method.
- endSimulation() - Method in class com.net2plan.interfaces.simulation.IEventProcessor
-
Throws an 'end of simulation' exception, so that the kernel finishes
immediately the simulation, and it triggers the
finish()
method.
- endTransitory() - Method in class com.net2plan.interfaces.simulation.IEventGenerator
-
Indicates to the kernel that the transitory should be finished after
processing the current event, triggering the
finishTransitory()
method of both event
generator and processor.
- endTransitory() - Method in class com.net2plan.interfaces.simulation.IEventProcessor
-
Indicates to the kernel that the transitory should be finished after
processing the current event, triggering the
finishTransitory()
method of both event
generator and processor.
- enumerateFailureStates(Collection<SharedRiskGroup>, boolean, boolean) - Static method in class com.net2plan.libraries.SRGUtils
-
Returns the set of SRGs going down on each failure state.
- equals(Object) - Method in class com.net2plan.interfaces.networkDesign.InterLayerPropagationGraph.IPGNode
-
- equals(Object) - Method in class com.net2plan.interfaces.networkDesign.NetworkElement
-
Return true if the Object o is an IdetifiedElement, with the same identifier and attached to the same NetPlan object
- equals(Object) - Method in class com.net2plan.libraries.TrafficSeries
-
- equals(WDMUtils.RSA) - Method in class com.net2plan.libraries.WDMUtils.RSA
-
Returns true if this RSA has the same sequence of links, occupied slots and regenerators as the given RSA
- equals(Object) - Method in class com.net2plan.research.niw.networkModel.WAbstractNetworkElement
-
- equals(Object) - Method in class com.net2plan.research.niw.networkModel.WVnfType
-
- equals(Object) - Method in class com.net2plan.utils.Pair
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.net2plan.utils.Quadruple
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.net2plan.utils.Quintuple
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.net2plan.utils.Triple
-
Indicates whether some other object is "equal to" this one.
- erlangBLossProbability(int, double) - Static method in class com.net2plan.libraries.NetworkPerformanceMetrics
-
Returns the probability of call blocking in a M/M/n/n
queue
system.
- escapedStringToWrite(String) - Static method in class com.net2plan.utils.StringUtils
-
- euclideanProjection_boxLike(double, double, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Projects a value x_0
into an interval [xMin , xMax
].
- euclideanProjection_boxLikeLowerBound(double, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Projects a value x_0
into an interval [xMin , inf
].
- euclideanProjection_boxLikeUpperBound(double, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Projects a value x_0
into an interval [inf , xMax
].
- euclideanProjection_sumEquality(DoubleMatrix1D, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Using a simple algorithm, finds the euclidean projection of the input vector x0_k
, to the set:
sum x_k = C, x_k >= 0
.
- euclideanProjection_sumEquality(DoubleMatrix1D, int[], double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Using a simple algorithm, finds the euclidean projection of the input vector x0_k
, to the set:
sum x_k = C, x_k >= 0
.
- euclideanProjection_sumInequality(DoubleMatrix1D, double, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Using a simple algorithm, finds the euclidean projection of the input vector x0_k
, to the set:
sum x_k <= C, x_k >= xMin
.
- euclideanProjection_sumInequality(DoubleMatrix1D, int[], double, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Using a simple algorithm, finds the euclidean projection of the input vector x0_k
, to the set:
sum x_k <= C, x_k >= xMin
.
- euclideanProjection_sumInequality(DoubleMatrix1D, int[], DoubleMatrix1D, double) - Static method in class com.net2plan.utils.GradientProjectionUtils
-
Using a simple algorithm, finds the euclidean projection of the input vector x0_k
, to the set:
sum x_k <= C, x_k >= xMin_k
.
- eventGenerators - Variable in class com.net2plan.interfaces.simulation.ICombinedEventGenerator
-
Reference to the set of event generators.
- eventProcessors - Variable in class com.net2plan.interfaces.simulation.ICombinedEventProcessor
-
Reference to the set of event processors.
- ExcelReader - Class in com.net2plan.research.niw.networkModel
-
Generic Excel reader.
- executeAlgorithm(NetPlan, Map<String, String>, Map<String, String>) - Method in interface com.net2plan.interfaces.networkDesign.IAlgorithm
-
Execute the algorithm.
- executeReport(NetPlan, Map<String, String>, Map<String, String>) - Method in interface com.net2plan.interfaces.networkDesign.IReport
-
Executes a report.