Package | Description |
---|---|
com.net2plan.interfaces.cacSimulation |
Provides a set of classes and interfaces for the connection simulator tool.
|
com.net2plan.interfaces.resilienceSimulation |
Provides a set of classes and interfaces for the resilience simulator tool.
|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Pair<Double,int[]>> |
ConnectionActions.getModifiedConnections() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Pair<Double,int[]>> |
ProvisioningActions.getRerouted() |
Modifier and Type | Method and Description |
---|---|
static Pair<double[],double[]> |
ResilienceUtils.getAvailabilityValues(NetPlan netPlan,
int F,
double defaultMTTF,
double defaultMTTR) |
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<A,B> |
Pair.of(A a,
B b)
This factory allows the pair to be created using inference to obtain the generic types.
|