Package | Description |
---|---|
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 |
---|---|
Quadruple<int[],int[],int[],int[]> |
FailureNetState.getNodeLinkStateChanges(int[] newSRGDown,
int[] newSRGUp)
Returns the set of current state changes in the network.
|
Modifier and Type | Method and Description |
---|---|
static Quadruple<int[][],int[][],double[],double[]> |
ResilienceUtils.generateFailureGroupsPerBidirectionalLinkBundle(NetPlan netPlan,
double defaultMTTF,
double defaultMTTR) |
static Quadruple<int[][],int[][],double[],double[]> |
ResilienceUtils.generateFailureGroupsPerDirectionalLinkBundle(NetPlan netPlan,
double defaultMTTF,
double defaultMTTR) |
static Quadruple<int[][],int[][],double[],double[]> |
ResilienceUtils.generateFailureGroupsPerLink(NetPlan netPlan,
double defaultMTTF,
double defaultMTTR) |
static Quadruple<int[][],int[][],double[],double[]> |
ResilienceUtils.generateFailureGroupsPerNode(NetPlan netPlan,
double defaultMTTF,
double defaultMTTR) |
static Quadruple<int[][],int[][],double[],double[]> |
ResilienceUtils.getFailureGroupsFromNetPlan(NetPlan netPlan,
double defaultMTTF,
double defaultMTTR) |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D> Quadruple<A,B,C,D> |
Quadruple.of(A a,
B b,
C c,
D d)
This factory allows the quadruple to be created using inference to obtain the generic types.
|