- name - Variable in class com.net2plan.libraries.ModulationFormatUtils.ModulationFormat
-
Modulation name.
- Net2PlanException - Exception in com.net2plan.interfaces.networkDesign
-
Net2PlanException
is the superclass of those exceptions that can be
thrown during the normal operation of algorithms or reports.
- Net2PlanException(String) - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
Constructs a new Net2PlanException exception with the specified detail message.
- NetPlan - Class in com.net2plan.interfaces.networkDesign
-
Class defining a complete network structure.
- NetPlan() - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
Default constructor.
- NetPlan(File) - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
Generates a new network structure from a given .n2p
file.
- NetworkPerformanceMetrics - Class in com.net2plan.libraries
-
Class implementing different network metrics (i.e. blocking, delay...)
- NetworkPerformanceMetrics(NetPlan, Map<String, String>, String...) - Constructor for class com.net2plan.libraries.NetworkPerformanceMetrics
-
Default constructor.
- normalizationPattern_incomingTraffic(double[][], double[]) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix with respect to a given incoming traffic vector.
- normalizationPattern_outgoingTraffic(double[][], double[]) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix with respect to a given outgoing traffic vector.
- normalizationPattern_totalTraffic(double[][], double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix so that the sum of all entries is equal to a given value.
- normalizeToLinkLoad(double[][], double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the load of a traffic matrix in an effort to assess the merits
of the algorithms for different traffic load conditions.
- normalizeTraffic_linkCapacity_xde(NetPlan, String, String) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Returns the maximum scaled version of the offered traffic vector that
can be carried by the network, provided that no link is oversubscribed.
- normalizeTraffic_networkCapacity(NetPlan, Constants.ShortestPathType) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Returns the maximum scaled version of the offered traffic vector so
that the network capacity (summation of capacity of all links) is exhausted.