Package | Description |
---|---|
com.net2plan.interfaces.cacSimulation |
Provides a set of classes and interfaces for the connection simulator tool.
|
com.net2plan.interfaces.networkDesign |
Provides a set of classes and interfaces for the network design tool.
|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
List<Triple<String,String,String>> |
ICACAlgorithm.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
List<Triple<String,String,String>> |
IConnectionEventGenerator.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
Modifier and Type | Method and Description |
---|---|
List<Triple<String,String,String>> |
IAlgorithm.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
List<Triple<String,String,String>> |
IAlgorithmMultiLayer.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
List<Triple<String,String,String>> |
IReport.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
Modifier and Type | Method and Description |
---|---|
List<Triple<String,String,String>> |
IProvisioningAlgorithm.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
List<Triple<String,String,String>> |
IResilienceEventGenerator.getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Triple<A,B,C> |
Triple.of(A a,
B b,
C c)
This factory allows the triple to be created using inference to obtain the generic types.
|