|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flow | |
---|---|
unikl.disco.nc |
Uses of Flow in unikl.disco.nc |
---|
Methods in unikl.disco.nc that return Flow | |
---|---|
static Flow |
Flow.createDummyFlow()
Creates a dummy flow. |
Methods in unikl.disco.nc with parameters of type Flow | |
---|---|
void |
NetworkAnalyser.addFlow(Flow flow)
Adds a flow to the network analyser. |
edu.uci.ics.jung.graph.Vertex |
NetworkAnalyser.getPredecessor(edu.uci.ics.jung.graph.Vertex server,
Flow f)
Returns the predecessor server from which a given server receives
the flow f . |
protected boolean |
NetworkAnalyser.isFreeProlongation(Flow short_flow,
Flow long_flow,
java.util.List server_residual_rates,
java.util.List passing_flow_sets,
java.util.Map flow_min_residual_rates,
java.util.Map flow_egress_map,
java.util.Map flow_bound_map)
Tests whether the prolongation of a flow is for free, i.e. it does not change the output bound. |
Curve |
NetworkAnalyser.performFairQueueingAnalysis(Flow flow_of_interest)
Performs a fair queueing analysis and returns the end-to-end service curve for a the given flow_of_interest . |
Curve |
NetworkAnalyser.performPMOOAnalysis(Flow flow_of_interest)
Performs a pay-multiplexing-only-once (PMOO) analysis for the flow_of_interest and returns the end-to-end service curve. |
Curve |
NetworkAnalyser.performSeparatedFlowAnalysis(Flow flow_of_interest)
Performs a separated flow analysis for the flow_of_interest and returns
the end-to-end service curve. |
double |
NetworkAnalyser.performTotalFlowAnalysis(Flow flow_of_interest,
java.util.Map server_to_backlog_bound_map)
Performs a total flow analysis for the flow_of_interest and returns
the end-to-end delay bound. |
void |
NetworkAnalyser.removeFlow(Flow flow)
Removes a flow from the network analyser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |