Package | Description |
---|---|
de.uni_kl.cs.discodnc.nc | |
de.uni_kl.cs.discodnc.nc.analyses | |
de.uni_kl.cs.discodnc.nc.arrivalbounds | |
de.uni_kl.cs.discodnc.nc.bounds | |
de.uni_kl.cs.discodnc.network |
Modifier and Type | Field | Description |
---|---|---|
protected Network |
AbstractAnalysis.network |
|
protected Network |
AbstractArrivalBound.network |
Modifier and Type | Method | Description |
---|---|---|
Network |
AbstractAnalysis.getNetwork() |
|
Network |
AbstractArrivalBound.getNetwork() |
|
Network |
ArrivalBound.getNetwork() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Set<ArrivalCurve> |
ArrivalBoundDispatch.computeArrivalBounds(Network network,
AnalysisConfig configuration,
Link link,
java.util.Set<Flow> flows_to_bound,
Flow flow_of_interest) |
|
static java.util.Set<ArrivalCurve> |
ArrivalBoundDispatch.computeArrivalBounds(Network network,
AnalysisConfig configuration,
Server server) |
|
static java.util.Set<ArrivalCurve> |
ArrivalBoundDispatch.computeArrivalBounds(Network network,
AnalysisConfig configuration,
Server server,
java.util.Set<Flow> flows_to_bound,
Flow flow_of_interest) |
The flow_of_interest low priority supersedes the wish to bound all flows in
flows_to_bound, i.e., if flow_of_interest will be removed from flows_to_bound
before bounding the arrivals such that the result will always hold (only) for
{flows_to_bound} \ {flow_of_interest}.
|
static PmooAnalysis |
Analysis.performPmooEnd2End(Network network,
AnalysisConfig configuration,
Flow flow_of_interest) |
|
static PmooAnalysis |
Analysis.performPmooEnd2End(Network network,
Flow flow_of_interest) |
|
static SeparateFlowAnalysis |
Analysis.performSfaEnd2End(Network network,
AnalysisConfig configuration,
Flow flow_of_interest) |
|
static SeparateFlowAnalysis |
Analysis.performSfaEnd2End(Network network,
Flow flow_of_interest) |
|
static TotalFlowAnalysis |
Analysis.performTfaEnd2End(Network network,
AnalysisConfig configuration,
Flow flow_of_interest) |
|
static TotalFlowAnalysis |
Analysis.performTfaEnd2End(Network network,
Flow flow_of_interest) |
|
void |
AbstractArrivalBound.setNetwork(Network network) |
|
void |
ArrivalBound.setNetwork(Network network) |
Constructor | Description |
---|---|
PmooAnalysis(Network network) |
|
PmooAnalysis(Network network,
AnalysisConfig configuration) |
|
SeparateFlowAnalysis(Network network) |
|
SeparateFlowAnalysis(Network network,
AnalysisConfig configuration) |
|
TotalFlowAnalysis(Network network) |
|
TotalFlowAnalysis(Network network,
AnalysisConfig configuration) |
Modifier and Type | Field | Description |
---|---|---|
protected Network |
PmooArrivalBound_SinkTreeTbRl.network |
Constructor | Description |
---|---|
PbooArrivalBound_Concatenation(Network network,
AnalysisConfig configuration) |
|
PbooArrivalBound_PerHop(Network network,
AnalysisConfig configuration) |
|
PmooArrivalBound(Network network,
AnalysisConfig configuration) |
|
PmooArrivalBound_SinkTreeTbRl(Network tree) |
Modifier and Type | Method | Description |
---|---|---|
static double |
Bound.backlogPmooSinkTreeTbRl(Network tree,
Server root,
AnalysisConfig.ArrivalBoundMethod sink_tree_ab) |
|
static double |
Backlog.derivePmooSinkTreeTbRl(Network tree,
Server root,
AnalysisConfig.ArrivalBoundMethod sink_tree_ab) |
Modifier and Type | Method | Description |
---|---|---|
Network |
Network.copy() |
Creates a deep copy of this network.
|
Network |
NetworkFactory.createNetwork() |
|
Network |
NetworkFactory.getNetwork() |