|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
server
from one
of its predecessors.
Double.POSITIVE_INFINITY
.
s1
and the set s2
.
e
.
Double.NaN
if it
does not exist or is not implemented for this function.
x
, if
x>=0
, and NaN
if not.
x
, if x>=0
, and
NaN
if not.
predecessor
to server
.
s1
and set s2
.
sets
.
i
-th inflection point.
i
.
i
-th inflection point.
i
.
server
or a
burst-delay-curve with delay 0.0 if no maximum service curve is defined
for the server.
Pair
instance containing
two edges) computed during the last invokation of runTurnProhibition()
.
flows_of_interest
.
server
receives
the flow f
.
Pair
instance containing
two edges) computed during the last invokation of runTurnProhibition()
.
i
th rate latency curve that this curve can be
decomposed into.
x
.
y
.
x
.
g
that
are neither sources nor sinks, i.e. who have both (a) predecessor(s) and
(a) successor(s) (in-degree > 0 and out-degree > 0).
server or
a null-curve if no service curve is defined for the server.
- getSinkSet(DirectedSparseGraph) -
Static method in class unikl.disco.misc.GraphUtils
- Returns the subsets of all nodes of the directed graph
g
that
are sinks, i.e. whose successor set is empty (out-degree == 0).
- getSourceFlow(Vertex, Set) -
Method in class unikl.disco.nc.NetworkAnalyser
- Returns an aggregate arrival curve for all flows originating in
source
and contained in the set outgoing_flows
.
- getSourceSet(DirectedSparseGraph) -
Static method in class unikl.disco.misc.GraphUtils
- Returns the subsets of all nodes of the directed graph
g
that
are sources, i.e. whose predecessor set is empty (in-degree == 0).
- getSubPath(List, Vertex, Vertex) -
Static method in class unikl.disco.misc.GraphUtils
- Returns a sublist view of the given edge path
path
from the vertex
from
to vertex to
or an empty list if the vertices are not
both on the path and traversed in order.
- getSustainedRate() -
Method in class unikl.disco.nc.Curve
- Returns the sustained rate (the gradient of the last segment).
- getTBBurst() -
Method in class unikl.disco.nc.Curve
- Returns the burstiness of this token bucket curve.
- getTBComponent(int) -
Method in class unikl.disco.nc.Curve
- Returns the
i
th token bucket curve that this curve can be
decomposed into.
- getTBComponentCount() -
Method in class unikl.disco.nc.Curve
- Returns the number of token buckets the curve can be decomposed into.
- getTBComponents() -
Method in class unikl.disco.nc.Curve
- Returns a list of token bucket curves that this curve can be
decomposed into.
- getTokenBucketCountTarget() -
Method in class unikl.disco.nc.NetworkAnalyser
-
- getUnion(Set, Set) -
Static method in class unikl.disco.misc.SetUtils
- Returns the union of set
s1
and set s2
.
- getUnion(List) -
Static method in class unikl.disco.misc.SetUtils
- Returns the union of all sets contained in the list
sets
.
- getVerticalDeviation(Curve, Curve) -
Static method in class unikl.disco.nc.Curve
- Returns the vertical deviation between the given two curves.
- getXAxisLabel() -
Method in class unikl.disco.math.functions.FunctionView
-
- getXIntersectionWith(LinearSegment) -
Method in class unikl.disco.nc.LinearSegment
- Returns the x-coordinate at which a co-linear line through this segment
intersects a co-linear line through the segment
other
.
- getYAxisLabel() -
Method in class unikl.disco.math.functions.FunctionView
-
- getYIntervals() -
Method in class unikl.disco.nc.Curve
- Returns a list containing each segment's height when projected onto
the y-axis.
- grad -
Variable in class unikl.disco.nc.LinearSegment
- The gradient of the linear segment
- GraphUtils - Class in unikl.disco.misc
- A tiny collection of methods useful in dealing with graphs but not provided by JUNG.
- GraphUtils() -
Constructor for class unikl.disco.misc.GraphUtils
-
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |