Package | Description |
---|---|
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 |
---|---|
static Quintuple<DoubleMatrix1D,Constants.RoutingCycleType,Double,Double,Double> |
GraphUtils.computeRoutingFundamentalVector(SortedMap<Link,Double> frs,
SortedMap<Node,SortedSet<Link>> outFrs,
Node ingressNode,
Node egressNode)
Computes the row of the fundamental matrix of the absorbing Markov chain in the current hop-by-hop routing, for the
given ingress node.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E> |
Quintuple.of(A a,
B b,
C c,
D d,
E e)
This factory allows a quintuple to be created using inference to obtain the generic types.
|
static <A,B,C,D,E> |
Quintuple.unmodifiableOf(A a,
B b,
C c,
D d,
E e)
This factory allows an unmodifiable quintuple to be created using inference to obtain the generic types.
|
Copyright © 2018. All rights reserved.