- net2PlanConfiguration(Map<String, String>) - Static method in class com.net2plan.utils.HTMLUtils
-
Returns Net2Plan
-wide options in a HTML String.
- Net2PlanException - Exception in com.net2plan.interfaces.networkDesign
-
- Net2PlanException() - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
- Net2PlanException(String) - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
- Net2PlanException(String, Throwable) - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
- Net2PlanException(Throwable) - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
- NetPlan - Class in com.net2plan.interfaces.networkDesign
-
Class defining a complete network structure.
- NetPlan() - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
- NetPlan(File) - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
Generate a new network structure from a given .n2p file
- NetPlan(NetPlan) - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
- 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.