Package jline.api.pfqn.ld
Class Pfqn_abKt
-
- All Implemented Interfaces:
public final class Pfqn_abKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnABpfqn_ab(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched)Akyildiz-Bolch (A/B) linearizer methodReference: A. -
-
Method Detail
-
pfqn_ab
final static Ret.pfqnAB pfqn_ab(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched)
Akyildiz-Bolch (A/B) linearizer method
Reference: A. Akyildiz and G. Bolch, "Mean Value Analysis Approximation for Multiple Server Queueing Networks," Performance Evaluation, vol. 8, no. 2, pp. 77-91, 1988.
- Parameters:
D- Service demand matrix (M x R) - service demands per station and classN- Population vector (R) - number of jobs per classS- Server count matrix (M x R) - number of servers per station and classsched- Scheduling strategy list per station- Returns:
pfqnAB result containing performance measures
-
-
-
-