- 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
- NetworkPerformanceMetrics() - Constructor for class com.net2plan.libraries.NetworkPerformanceMetrics
-
- normalizationPattern_incomingTraffic(DoubleMatrix2D, DoubleMatrix1D) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix with respect to a given incoming traffic vector.
- normalizationPattern_outgoingTraffic(DoubleMatrix2D, DoubleMatrix1D) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix with respect to a given outgoing traffic vector.
- normalizationPattern_totalTraffic(DoubleMatrix2D, 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.