- name - Variable in class com.net2plan.libraries.FlexGridUtils.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() - Constructor for exception com.net2plan.interfaces.networkDesign.Net2PlanException
-
Default constructor.
- 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 multi-layer 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 design from a given .n2p
file.
- NetPlan(InputStream) - Constructor for class com.net2plan.interfaces.networkDesign.NetPlan
-
Generates a new network design from an input stream.
- NetworkPerformanceMetrics - Class in com.net2plan.libraries
-
Class providing static methods to compute several performance
metrics using classical formulae (i.e.
- nodeAdded(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- nodeDown(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- nodeModified(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- nodeRemoved(long, Point2D, String, Map<String, String>) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- nodeUp(long) - Static method in class com.net2plan.interfaces.simulation.SimAction.Factory
-
- normalizationPattern_incomingTraffic(DoubleMatrix2D, double[]) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Normalizes the input traffic matrix with respect to a given incoming traffic vector.
- normalizationPattern_outgoingTraffic(DoubleMatrix2D, double[]) - 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.
- normalizeToLinkLoad(DoubleMatrix2D, 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, String) - 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.