| Package | Description |
|---|---|
| com.net2plan.interfaces.timeVaryingTrafficSimulation |
Provides a set of classes and interfaces for the time-varying traffic 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 |
|---|---|
List<Quadruple<Pair<Integer,Integer>,Double,Double,Map<String,String>>> |
TrafficAllocationActions.getNewLinks() |
List<Quadruple<Integer,Double,int[],Map<String,String>>> |
TrafficAllocationActions.getNewRoutes() |
| 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.
|