Package jline.io
Class Ret.pfqnAB
java.lang.Object
jline.io.Ret.pfqnAB
- Enclosing class:
Ret
Result type for the Akyildiz-Bolch (A/B) linearizer method for load-dependent multi-server BCMP networks.
This class encapsulates the output of the pfqn_ab function which implements the Akyildiz-Bolch linearizer approach for analyzing multi-server queueing networks with processor sharing (PS) scheduling. The method uses weight functions and marginal probability estimation for iterative convergence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWaiting time matrix (M x R)intNumber of iterationsMethod identifierQueue length matrix (M x R)Response time matrix (M x R)doubleRuntime in secondsThroughput matrix (M x R)Utilization matrix (M x R)System throughput vector (1 x R) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QN
Queue length matrix (M x R) -
UN
Utilization matrix (M x R) -
RN
Response time matrix (M x R) -
TN
Throughput matrix (M x R) -
CN
Waiting time matrix (M x R) -
XN
System throughput vector (1 x R) -
method
Method identifier -
iter
public int iterNumber of iterations -
runtime
public double runtimeRuntime in seconds
-
-
Constructor Details
-
pfqnAB
-