- name - Variable in class com.net2plan.libraries.WDMUtils.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.
- NetworkElement - Class in com.net2plan.interfaces.networkDesign
-
Class defining a generic network element.
- NetworkLayer - Class in com.net2plan.interfaces.networkDesign
-
This class contains a representation of a network layer.
- NetworkPerformanceMetrics - Class in com.net2plan.libraries
-
Class providing static methods to compute several performance
metrics using classical formulae (i.e.
- newCapacity - Variable in class com.net2plan.interfaces.simulation.SimEvent.LinkModify
-
- Node - Class in com.net2plan.interfaces.networkDesign
-
This class contains a representation of a node.
- NodesAndLinksChangeFailureState(Collection<Node>, Collection<Node>, Collection<Link>, Collection<Link>) - Constructor for class com.net2plan.interfaces.simulation.SimEvent.NodesAndLinksChangeFailureState
-
Default constructor.
- nodesToDown - Variable in class com.net2plan.interfaces.simulation.SimEvent.NodesAndLinksChangeFailureState
-
- nodesToUp - Variable in class com.net2plan.interfaces.simulation.SimEvent.NodesAndLinksChangeFailureState
-
- 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, NetworkLayer...) - 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, NetworkLayer...) - 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.